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
Gaining permissions may require a "Reset Application" to clear the db and restart sync to get all data.
To Reproduce
Steps to reproduce the behavior:
Set a user with restrictive permissions (e.g. only access School not Child entities)
Sync and see the limited access in app (the Child menu item also disappears)
Add permissions to Child entity type to the role
Reload app and see the "Children" menu item appear
The children list is empty (!); only after resetting the db are the children synced.
Do we need to manually trigger this in the API? (--> test if that helps)
And if so, can we integrate that to auto-trigger in the API when Config:Permissions is changed?
The text was updated successfully, but these errors were encountered:
Gaining permissions may require a "Reset Application" to clear the db and restart sync to get all data.
To Reproduce
Steps to reproduce the behavior:
Do we need to manually trigger this in the API? (--> test if that helps)
And if so, can we integrate that to auto-trigger in the API when Config:Permissions is changed?
The text was updated successfully, but these errors were encountered: