cancel
Showing results for 
Search instead for 
Did you mean: 

How to assign media and media container read access to a User group

Former Member

We have added access rights to some types including PointOfService for a usergroup with read access to all attributes. All are working fine but mapIcon(MediaModel) and storeImage(MediaContainer) still shows no read access. Other types holding medias is workign fine. Also, This issue is only on backoffice, HMC works fine Hybris Version - 6.4

Could someone please help on how to proceed.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member952086
Discoverer
0 Kudos

Did you find a solution for this problem?

former_member682593
Participant
0 Kudos

You can check permissions of subtypes to your Types, they may override what's in supertypes. Also if the user you are logged in to backoffice is in multiple user groups, check what are the permissions of the other groups.

Moreover the type Media has 2 fields: permittedPrincipals and deniedPrincipals, so you may check that as well.

Thanks, Marcin