🐛(frontend) fix legacy role computation

Before the subpages feature, the user_role was
computed thanks to the abilities.
This is not the correct way to do it anymore,
the abilities are now different.
We now have "user_role" in the doc response
which is the correct way to get the user role
for the current document.
This commit is contained in:
Anthony LC
2025-09-15 12:46:46 +02:00
parent 90624e83f5
commit ecd2f97cf5
6 changed files with 14 additions and 76 deletions

View File

@@ -53,6 +53,7 @@ and this project adheres to
### Fixed
- 🐛(frontend) fix callout emoji list #1366
- 🐛(frontend) fix legacy role computation #1376
## [3.6.0] - 2025-09-04