diff --git a/ccm-sci-bundle/bundles/devel/cfg/integration.properties b/ccm-sci-bundle/bundles/devel/cfg/integration.properties index 3893ac666..b0f2e98cf 100644 --- a/ccm-sci-bundle/bundles/devel/cfg/integration.properties +++ b/ccm-sci-bundle/bundles/devel/cfg/integration.properties @@ -62,10 +62,12 @@ waf.templating.stylesheet_paths=/WEB-INF/resources/scientificCMS-stylesheet-path # CORE UI configuration parameters # ############################################################################## -core.ui.pagemap.root_page_url=/portal/ +;core.ui.pagemap.root_page_url=/portal/ +core.ui.pagemap.root_page_url=/navigation/ #core.ui.pagemap.user_redirect_url=content-center/redirect.jsp core.ui.pagemap.user_redirect_url=/content-center/ -core.ui.pagemap.workspace_url=/portal/ +;core.ui.pagemap.workspace_url=/portal/ +core.ui.pagemap.workspace_url=/navigation/ # With version 2 moved from kernel/security to ui rsp ui.permissions and # no longer intended to be user configurable. # TODO CHECK what these URLS (esp. ../one) is used for. diff --git a/ccm-sci-bundle/bundles/devel/cfg/project.xml b/ccm-sci-bundle/bundles/devel/cfg/project.xml index 7ccc38e41..8931b25c8 100644 --- a/ccm-sci-bundle/bundles/devel/cfg/project.xml +++ b/ccm-sci-bundle/bundles/devel/cfg/project.xml @@ -12,8 +12,8 @@ ccmVersion="6.1" name="ScientificCMS" prettyName="Scientific CMS" - version="2.3.0" - release="devel-SNAPSHOT-r4767" + version="2.3.99" + release="devel-SNAPSHOT-r4851" webxml="sci-web.xml" portletxml="sci-portlet.xml" webapp="ROOT"