We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674a84d commit 700ca59Copy full SHA for 700ca59
src/org/labkey/remoteapi/reports/SaveCategoriesCommand.java
@@ -50,7 +50,7 @@ public JSONObject getJsonObject()
50
JSONArray jsonArray = new JSONArray();
51
for (org.labkey.remoteapi.reports.Category cat : _categories)
52
{
53
- jsonArray.put(cat.getAllProperties());
+ jsonArray.put(cat.toJSONObject());
54
}
55
jsonObject.put("categories", jsonArray);
56
return jsonObject;
0 commit comments