I have a requirement to enable publication of assets through workflow only. Hence I want to hide the OOTB buttons of 'Quick Publish' and 'Manage Publication' from the DAM UI. I tried removing the replication permissions for the user groups but ghat revokes the ability to publish through workflow also. Can someone please suggest a way to hide these buttons? Maybe through UI.
Solved! Go to Solution.
for asset details page : overlay /libs/dam/gui/content/assetdetails/jcr:content/actions/quickpublish and add property(boolean) granite:hidden= true
similarly for assets.html : overlay /libs/dam/gui/content/assets/jcr:content/actions/selection/quickpublish and add property(boolean) granite:hidden= true
same can be done for the manage publication button
for asset details page : overlay /libs/dam/gui/content/assetdetails/jcr:content/actions/quickpublish and add property(boolean) granite:hidden= true
similarly for assets.html : overlay /libs/dam/gui/content/assets/jcr:content/actions/selection/quickpublish and add property(boolean) granite:hidden= true
same can be done for the manage publication button
Thanks Hemant
This worked.
Thanks a lot for your help again.
Views
Replies
Total Likes
Nice one.
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies