No access to entity System.Image for user role User (with role User in module System)

1
Hello, I have been using an add-on widget “Carousel” to show my images and it worked well until recently. It shows the error as the question above and I could not find a way to fix it. Does anyone have any ideas? Thanks in advance!
asked
4 answers
1

Hi Jingrui,

 

Are you trying to use the System.Image entity directly? You should try creating a new entity, and make it a generalization of system.Image instead, also ensure the new entity has user roles and security configured for your user role.

 

Kind regards,

 

Ryan Mocke

answered
0

Hi,

In System module check the security, if User role is there or not. If not add the User user role and update the security accordingly.

answered
0

Hi Jingrui Zhang,

                         Did you check “User” user-role access in Project-level security? 

 

Thanks and regards,

Vijayabharathi V

answered
0

Ryan is quite right to point out that you probably need an entity that has been generalised from System.Image.

There are more details on how and why you need to this in the documentation.

https://docs.mendix.com/howto/data-models/working-with-images-and-files

answered