Alfresco Share modify Drang and Drop functionality
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2018 11:05 AM
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
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2018 10:21 AM
IMO fastest approach is to design a Behaviour onMoveNode: https://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
