add a new action to Document Detail

cancel
Showing results for 
Search instead for 
Did you mean: 
sirsudo
Member II

add a new action to Document Detail

Hello everyone!

I'm a beginner in this sphere. My task is to add a new action to the Document Detail Page, but I don't even know where to start! I've seen official tutorial how to solve my problem, but it gave me no result. 

My question: Is it possible to modify Alfresco Files on working server and get needed result? Max. what I can do is reloading.

Sorry for my bad English,

Vadim.

2 Replies
angelborroy
Alfresco Employee

Re: add a new action to Document Detail

You can find everything you need at Creating Custom Actions in Alfresco | ECMArchitect | Alfresco Developer Tutorials 

Hyland Developer Evangelist
redraccoon
Established Member

Re: add a new action to Document Detail

you have to go in your share-config-custom.xml

declare a new actions inside the <actions></action>

then in the <actionGroup id="document-details"> </actionGroup>   insert your previously created action