cancel
Showing results for 
Search instead for 
Did you mean: 

Backoffice csagentgroup userrights

Former Member
0 Kudos

Looks like userrights are not applied correctly in some cases. Hybris 5.5.0.1 I create a user from csagentgroup, set rights for AbstractOrder: read=true, change=false. For some properties though change=true e.g.

 ;;;;AbstractOrder;+;-;;
 ;;;;AbstractOrder.status;+;+;;

Order inherits this settings.

If the user logs in hmc then userrights work correctly: specified properties can be changed. If the user logs in backoffice then the user cannot change any property of Orders.

If i set additionaly

 ;;;;Order;+;-;;
 ;;;;Order.status;+;+;;

it also does not help

Setting vice versa

 ;;;;AbstractOrder;+;+;;
 ;;;;AbstractOrder.status;+;-;;

Works for some properties but not for all

Setting

 ;;;;Order;+;+;;
 ;;;;Order.status;+;-;;

works as expected.

Is it bug or i do something wrong?

Former Member
0 Kudos

Hi,

I recommend creating a support ticket for the issue, so we can investigate this particular incident https://wiki.hybris.com/display/SUP/Contact+hybris+Support

Regards, Arnold

Accepted Solutions (0)

Answers (0)