removed scope as attribute session

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/ckan-util-library@134666 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-11-24 10:43:34 +00:00
parent af25dfd8b0
commit 504f947973
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ 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 = "currentClientUrlPortletScope"; // scope in which we need to discover
//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";