log added
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/widgets/ckan-metadata-publisher-widget@129168 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
94dc457aa3
commit
314ed2ab76
|
@ -153,6 +153,7 @@ public class CKANPublisherServicesImpl extends RemoteServiceServlet implements C
|
||||||
Map.Entry<String, java.util.List<RolesIntoOrganization>> entry = (Map.Entry<String, java.util.List<RolesIntoOrganization>>) iterator
|
Map.Entry<String, java.util.List<RolesIntoOrganization>> entry = (Map.Entry<String, java.util.List<RolesIntoOrganization>>) iterator
|
||||||
.next();
|
.next();
|
||||||
orgsName.add(entry.getKey());
|
orgsName.add(entry.getKey());
|
||||||
|
logger.debug("The user has a role ADMIN/EDITOR into org " + entry.getKey());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return orgsName;
|
return orgsName;
|
||||||
|
|
Loading…
Reference in New Issue