minor fix: newTag was not added

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/gcube-ckan-datacatalog@139886 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-12-10 11:58:31 +00:00
parent 546b0eb582
commit 81174435c0
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ public class GRSFNotificationService {
// add the new one
JSONObject newTag = new JSONObject();
newTag.put("name", bean.getNewStatus().toString());
tagsAsJson.add(new JSONObject());
tagsAsJson.add(newTag);
// manage the groups
List<CkanGroup> groups = dataset.getGroups();