for content fragment need to hide quick publish and delete but allow manage publication | Community
Skip to main content
July 21, 2023
Solved

for content fragment need to hide quick publish and delete but allow manage publication

  • July 21, 2023
  • 2 replies
  • 823 views

While I am removing quick publish for content fragment then manage publication is not working. And also we don't need delete permission for user group.

We tried denying quick publish selection button and providing replicate access but manage publication or request for publication workflow is showing user doesn't have permission to start the workflow.

As per analyses we found that if we allow delete then manage publication alone is working but not without it.

@arunpatidar 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi @shivamaembackend 
You have to deny read permission for those buttons in order to hide from selection menu.

Example

- path: /libs/wcm/core/content/sites/jcr:content/actions/selection/managepublication permission: deny actions: read

2 replies

ManviSharma
Adobe Employee
Adobe Employee
July 21, 2023

Hi ,

 

To allow users to initiate "Manage Publication" workflow for content fragments without granting the "Delete" permission:

  1. Ensure "Replicate" Permission: Give the user group "Replicate" permission for content fragments to activate them.

  2. Grant Workflow Start Permission: Provide "Workflow Start" permission on the associated workflow model for "Manage Publication."

  3. Allow "Modify Metadata": Users should have "Modify Metadata" permission on the content fragment node.

  4. Check Node-level Permissions: Verify any node-level permissions that might affect workflow initiation.

By ensuring these permissions, users can initiate "Manage Publication" without needing "Delete" permission.

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
July 24, 2023

Hi @shivamaembackend 
You have to deny read permission for those buttons in order to hide from selection menu.

Example

- path: /libs/wcm/core/content/sites/jcr:content/actions/selection/managepublication permission: deny actions: read
Arun Patidar