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 adding or deleting a user or a role from the sample application "admin" page, the change gets written to the relevant json file when the submit button is clicked, but reloading the admin page alternates between the state prior to the change and the state after the change.
Exposing _refresh() from json_backend.py and calling it upon entry in list_roles and list_users fixes things for me.
The text was updated successfully, but these errors were encountered:
When adding or deleting a user or a role from the sample application "admin" page, the change gets written to the relevant json file when the submit button is clicked, but reloading the admin page alternates between the state prior to the change and the state after the change.
Exposing _refresh() from json_backend.py and calling it upon entry in list_roles and list_users fixes things for me.
The text was updated successfully, but these errors were encountered: