Hi Experts,
I have one requirement to show the relate option to author but not "Quick Publish" or "Manage Publication" for AEM assets. i have attached the screen. When I am giving the edit permission then it is showing both "Relate" and "manage Publication" as well.
Are there any way to do it?
Thanks
~S
Solved! Go to Solution.
Views
Replies
Total Likes
Those options are shown and hidden based on permission.
Quick Publish is shown on replication permission but manages publication is shown on edit.
You can't achieve both OOTB using permission.
you have to overlay actions menu of assets and create one more renditioncondition to hide the manage publication button.
Those options are shown and hidden based on permission.
Quick Publish is shown on replication permission but manages publication is shown on edit.
You can't achieve both OOTB using permission.
you have to overlay actions menu of assets and create one more renditioncondition to hide the manage publication button.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
You should be able to achieve this use-case by overlaying the /libs/dam/gui/content/assets/jcr:content/actions/selection/quickpublish node and adding the below property.
You can do this for other options as well.
name: granite:hide
type: Boolean
value: true