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
All form fields are now writable, but the changes will have no effect because the api correctly returns a 403
This bug occurs because in App.js the reload_reports function is never called when the page is loaded directly on a specific report.
Possible solution: in reload_report, also make a call to the reports_overview api endpoint. Possibly store that data in a context provider, along with the datamodel and the permissions.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
This bug occurs because in App.js the reload_reports function is never called when the page is loaded directly on a specific report.
Possible solution: in reload_report, also make a call to the reports_overview api endpoint. Possibly store that data in a context provider, along with the datamodel and the permissions.
The text was updated successfully, but these errors were encountered: