Hide Forgot
Steps to Reproduce: 1) add Content Detail portlet to page and congigure it to display some content and view the page 2) request the page again with 2 or more URL parameters, for example: ?a=1&b=2&c=3 3) switch the portal to edit mode and perform Edit action on the content displayed in the ContentDetail portlet (ContentExplorer is opened in In-context-editing mode) 4) return back from ContentExplorer (green back-arrow) All ampersands which separate the URL parameters are replaced by & which means all parameters are lost except the first one. This causes problems when using both folder-id and content-id parameters for dynamic navigation in CLV/SCV portlets. It also affects other portlets on the page which depend on URL parameters. project_key: JBEPP After returning from in-context editing in ContentExplorer porlet all URL parameters are lost except the first one.
Related support issue: https://jira.exoplatform.org/browse/SPREDHAT-38
Steps to Reproduce: Removed: 1) add Category Detail portlet to page and congigure it to display some content 2) add 2 or more parameters to the URL: ?a=1&b=2&c=3 3) switch portal to edit mode and perform Edit action on the content in CD portlet (ContentExplorer is opened in In-context-editing mode) 4) return back from ContentExplorer (green back-arrow) All ampersands which separate the parameters in URL are replaced by & which means that only the first parameter is recognized. This causes problems when using both folder-id and content-id parameters for dynamic navigation. Also it might affect other portlets on the page which use URL params. Added: 1) add Content Detail portlet to page and congigure it to display some content and view the page 2) request the page again with 2 or more URL parameters, for example: ?a=1&b=2&c=3 3) switch the portal to edit mode and perform Edit action on the content displayed in the ContentDetail portlet (ContentExplorer is opened in In-context-editing mode) 4) return back from ContentExplorer (green back-arrow) All ampersands which separate the URL parameters are replaced by & which means all parameters are lost except the first one. This causes problems when using both folder-id and content-id parameters for dynamic navigation in CLV/SCV portlets. It also affects other portlets on the page which depend on URL parameters.
Attachment: Added: url-params-1.png Attachment: Added: url-params-2.png Attachment: Added: url-params-3.png
Fixed in wcm-2.1.5.
Release Notes Docs Status: Added: Documented as Resolved Issue Release Notes Text: Added: Problems with URL parameters being lost when returning from in-context editing in the ContentExplorer portlet were encountered in previous versions of JBoss Enterprise Portal Platform. This issue has been resolved in this release.
Release Notes Text: Removed: Problems with URL parameters being lost when returning from in-context editing in the ContentExplorer portlet were encountered in previous versions of JBoss Enterprise Portal Platform. This issue has been resolved in this release. Added: Problems with URL parameters being lost when returning from in-context editing in the ContentExplorer portlet were encountered in previous versions of JBoss Site Publisher. This issue has been resolved in this release.
Security: Removed: RHT+eXo Added: Public