Skip to content

Commit

Permalink
Use kindsJson for the entity filter. (#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlara310 authored and kurtisvg committed Feb 12, 2019
1 parent 890af88 commit 49f44b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public void doGet(HttpServletRequest request, HttpServletResponse response) thro
String[] kinds = request.getParameterValues("kind");
if (kinds != null) {
JSONArray kindsJson = new JSONArray(kinds);
entityFilter.put("kinds", kinds);
entityFilter.put("kinds", kindsJson);
}

// Read namespace parameters and add to export request if not null
Expand Down

0 comments on commit 49f44b4

Please sign in to comment.