-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Won't Fix
-
Affects Version/s: 6.1.20 EE GA2, 6.1.30 EE GA3, 6.1.X EE, 6.2.0 CE B1
-
Fix Version/s: 6.1.20 EE GA2, 6.1.30 EE GA3, 6.1.X EE, 6.2.0 CE B1
-
Component/s: ~[Archived] WCM > Navigation
-
Labels:None
-
Environment:Tomcat 7.0.40 + MySQL 5. Portal 6.2.x EE GIT ID: 348581244b2b0385fd9d29527f4a3e32a47b1b7e
Tomcat 7.0.40 + MySQL 5. Portal 6.1.x EE GIT ID: 7ca98b7d020965684bd336a4c84250bb5e143f5d
Tomcat 7.0.40 + MySQL 5. Portal ee-6.1.30 GA3 GIT ID: 009a56d4f746338e50b49eb6c4e944eefdb96720.
Tomcat 7.0.27 + MySQL 5. Portal ee-6.1.20 GA2
Tomcat 7.0.40 + MySQL 5. Portal 6.2.x EE GIT ID: 348581244b2b0385fd9d29527f4a3e32a47b1b7e Tomcat 7.0.40 + MySQL 5. Portal 6.1.x EE GIT ID: 7ca98b7d020965684bd336a4c84250bb5e143f5d Tomcat 7.0.40 + MySQL 5. Portal ee-6.1.30 GA3 GIT ID: 009a56d4f746338e50b49eb6c4e944eefdb96720. Tomcat 7.0.27 + MySQL 5. Portal ee-6.1.20 GA2
-
Fix Priority:4
Steps to reproduce:
- Start portal and add Navigation portlet to a page.
- Click configuration and notice the portlet defaults to the breadcrumbs setting.
- Stop server and in portal-ext.properties add the following.
navigation.display.style.options=[from-level-1-to-all-sublevels]
navigation.display.style[from-level-1-with-title]=root-layout,absolute,1,auto,true - Restart Server.
- Navigate to Navigation portlet and check if the changes have updated automatically.
- Click configuration and click on Save in order to see the changes you made in portal-ext.properties file.
- Stop server and in portal-ext.properties change it back to original version.
- Restart Server.
- Navigate to Navigation portlet.
Expected result:
Navigation portlet should automatically update once the portal restarts.
Image below, Expected_Result2.png shows what it should look like after restarting the server with changes in portal-ext.properties.
Actual result:
You need to close the Navigation portlet and add a new Navigation portlet in order to see the changes.
Image below, Actual_Result1.png shows that, it did not update at all.