-
Type:
Service Pack Request
-
Status: Closed
-
Resolution: Incomplete
-
Affects Version/s: 5.0.2
-
Fix Version/s: None
-
Component/s: Share Extensions and Customisations
-
Labels:None
-
Environment:OOTB alfresco 5.0.2 (.5 r118129-b98) schema 8,033.
aikau-1.0.25.2.jar (dojo-1.10.4)
-
Bug Priority:
-
ACT Numbers:
00581001
Steps to reproduce
http://docs.alfresco.com/5.0/tasks/dev-extensions-share-tutorials-custom-header-sites-menu.html
- Install OOTB alfresco version: 5.0.2 (.5 r118129-b98) schema 8,033.
- Copy the Jar attached in this JIRA to the tomcat/webapps/share/WEB-INF/lib directory of your alfresco installation.
- Edit /tomcat/webapps/share/WEB-INF/surf.xml
In the <dojo-pages> section modify the code to add the new package:
<packages>
<!-- All Aikau packages are now defined within the Aikau dependency JAR -->
<package name="dojo" location="js/lib/dojo-1.10.4/dojo"/>
<package name="dijit" location="js/lib/dojo-1.10.4/dijit"/>
<package name="dojox" location="js/lib/dojo-1.10.4/dojox"/>
<package name="alfresco" location="js/alfresco"/>
<!-- ADD THE LINE BELOW: Add the new tutorials package -->
<package name="tutorials" location="js/tutorials"/>
<!-- The following package declaration can be uncommented if DOH is required-->
<!-- <package name="doh" location="js/lib/dojo-1.9.0/util/doh"/> -->
</packages>
</dojo-pages> - Restart the application server (for example, Tomcat).
- The extension module needs to be deployed at: http://localhost:8080/share/service/modules/deploy.
- Select Custom Share Header Menu and click Add to move it into the Deployed Modules list.
- Click Apply Changes
- Now log back in to Alfresco Share and navigate to the Sites menu item. Click a site under Recent Sites.
Observed behavior
Additional menu items do not load alfresco-5025-sites-menu.png
Expected Behaviour
Additional menu items including Site Dashboard, Document Library, and Site Members. alfresco-501-sites-menu.png
Note
Customer said the issue cannot be reproduced in 5.0.1 (aikau-1.0.8.2.jar,dojo-1.9.0) but I can.