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:
parent
546b0eb582
commit
81174435c0
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue