Xpath Issue

0
Hi, I am displaying data in a grid with data source Xpath and some constraints it was working fine. But today I added new Role now It is not displaying data for the new role and for old roles it is working fine. The entity is Account Entity. Any one know the cause please help.
asked
2 answers
0

Hi Harshit,

Your new role is probably not allowed to read from the Account entity. Make sure that the new role has read access to relevant attributes in the Account entity in your domain model.

answered
0

I guess you are using the default Administration module. 

The module has 2 roles Administrator and User.

If you are adding new roles to your project, you must ensure that you add one of these module roles to that new role as well.

Otherwise it will not work.

answered