custom properties not showing up in Share
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2010 10:25 AM
Hello,
I created a custom aspect ([Tomcat-home]/webapps/alfresco/WEB-INF/classes/alfresco/extension) and set it on a folder in Alfresco Explorer. I want to be able to see those properties in Share as well. I looked through some of the blogs and one of them said to put the customisations in [Tomcat-home]/shared/classes/alfresco/extension. That didn't work. Help!
Thanks!
I created a custom aspect ([Tomcat-home]/webapps/alfresco/WEB-INF/classes/alfresco/extension) and set it on a folder in Alfresco Explorer. I want to be able to see those properties in Share as well. I looked through some of the blogs and one of them said to put the customisations in [Tomcat-home]/shared/classes/alfresco/extension. That didn't work. Help!
Thanks!
Labels:
- Labels:
-
Archive
21 REPLIES 21
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2010 04:11 PM
It's here: http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/projects/slingshot/config/alfr...
Override it in share-config-custom.xml in the Tomcat/shared/classes/alfresco/web-extension folder.
Thanks,
Mike
Override it in share-config-custom.xml in the Tomcat/shared/classes/alfresco/web-extension folder.
Thanks,
Mike
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2010 05:34 PM
Mike, thanks so much for your reply.
I am thoroughly confused… I added that code to both share-config & share-config-custom, restarted Alfresco, and nothing changed in the UI. The only way to get something to happen is if I add a line to workflow.get.html.ftl. And all that does is add my workflow to the dropdown in Share. I need Share to understand my entire workflow, the way Alfresco Explorer does. My processdefinition and model code and what-not are all in tomcat/webapps/alfresco/WEB-INF/classes/alfresco/extension. What is the best way for Share to understand my advanced custom workflow?
I appreciate your advice! Thanks again.
I am thoroughly confused… I added that code to both share-config & share-config-custom, restarted Alfresco, and nothing changed in the UI. The only way to get something to happen is if I add a line to workflow.get.html.ftl. And all that does is add my workflow to the dropdown in Share. I need Share to understand my entire workflow, the way Alfresco Explorer does. My processdefinition and model code and what-not are all in tomcat/webapps/alfresco/WEB-INF/classes/alfresco/extension. What is the best way for Share to understand my advanced custom workflow?
I appreciate your advice! Thanks again.
