Alfresco Share modify Drang and Drop functionality

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

Alfresco Share modify Drang and Drop functionality

Hello
I need to add the next functionality to alfresco share.
When I move a file or folder (using drag and drop or option move) I need to validate if the destined folder has some properties, if it has them then it completes the movement otherwise cancel the movement
How Can I modify this? Can I override the method ? How Ca I implement this functionality? Thank's
1 Reply
angelborroy
Alfresco Employee

Re: Alfresco Share modify Drang and Drop functionality

IMO fastest approach is to design a Behaviour onMoveNodehttps://docs.alfresco.com/5.2/references/dev-extension-points-behaviors.html

So you can control the feature inside Alfresco core without modifying web interface logic.

Hyland Developer Evangelist