cancel
Showing results for 
Search instead for 
Did you mean: 

custom properties not showing up in Share

lucille_arkenst
Champ in-the-making
Champ in-the-making
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!
21 REPLIES 21

mikeh
Star Contributor
Star Contributor
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

lucille_arkenst
Champ in-the-making
Champ in-the-making
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.