You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I integrated your gem to my rails_admin, it shows graph of models which were created on specific day.
I have two types of users which can log in to my admin page. Admin who manage all data and simple users who can manage their own data.
When simple user logs in, because of cancan, user can see and manage only his own data. There is problem with your charts. It shows in graph ALL data which does not belongs to him.
How to make graphs to work with CanCan?
The text was updated successfully, but these errors were encountered:
When I integrated your gem to my rails_admin, it shows graph of models which were created on specific day.
I have two types of users which can log in to my admin page. Admin who manage all data and simple users who can manage their own data.
When simple user logs in, because of cancan, user can see and manage only his own data. There is problem with your charts. It shows in graph ALL data which does not belongs to him.
How to make graphs to work with CanCan?
The text was updated successfully, but these errors were encountered: