cancel
Showing results for 
Search instead for 
Did you mean: 

How to restrict employees with admingroup to delete some type from list view.

9999999
Participant
0 Kudos

But allow to delete this type  to commerce core team (commercecore usergroup) . 
I managed to do this for all groups :

<context type="StoreLocatorFeature" component="collectioneditorareaactions" merge-by="type">
<y:actions xmlns:y="http://www.hybris.com/cockpit/config/hybris">
<y:group qualifier="common">
<y:action action-id="com.hybris.cockpitng.action.delete" merge-mode="remove"/>
<y:action action-id="de.hybris.platform.apiregistrybackoffice.actions.deletedestinationtarget" property="selectedObjects" merge-mode="append"/>
</y:group>
</y:actions>
</context>

How to do this ?

 

Accepted Solutions (0)

Answers (0)