removed SCOPE_CLIENT_PORTLET_URL_MAP parameter

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/ckan-util-library@141700 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2017-01-23 14:34:38 +00:00
parent 8712b8ac54
commit aa60cedf53
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ public class SessionCatalogueAttributes {
public static final String CKAN_ORGS_USER_KEY = "ckanOrgs"; // organizations to whom he belongs (shown into the portlet)
public static final String CKAN_HIGHEST_ROLE = "ckanHighestRole"; // editor, member, admin
public static final String CKAN_ORGANIZATIONS_PUBLISH_KEY = "ckanOrganizationsPublish"; // here he can publish (admin/editor role)
//public final static String SCOPE_CLIENT_PORTLET_URL_MAP = "currentClientUrlPortletScopeMap"; // scope in which we need to discover
public static final String CKAN_LICENSES_KEY = "ckanLicenses"; // licenses
public static final String CKAN_PROFILES_KEY = "ckanProfiles"; // product profiles
public static final String CKAN_PUBLISH_WORKSPACE = "ckanCatalogueInWorkspace";