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
I noticed that there's a problem with themes restricted by role, a bit of background:
I have two themes (A & B), theme A is the default one
I have two roles (role_a & role_b)
The theme A can only be seen by role_a and the theme B only by role_b.
The problem is that if the user with role_b opens the app it shows a blank map, as if no theme was selected. If I go to switch themes, I only see the theme B, and I can go to the theme and everything works fine.
Thanks!
The text was updated successfully, but these errors were encountered:
This is a know issue, currently the only proper solution is to ensure the default theme is public. To properly fix it, we'd need the possibility to set a default theme per role.
When a user works with a theme that is not the default theme, what I do is saving for that user the shortcut for the theme that would be his default theme; it can be useful for you too (meanwhile there is no possibility to set the default theme per role):
Hello!
I noticed that there's a problem with themes restricted by role, a bit of background:
The problem is that if the user with role_b opens the app it shows a blank map, as if no theme was selected. If I go to switch themes, I only see the theme B, and I can go to the theme and everything works fine.
Thanks!
The text was updated successfully, but these errors were encountered: