Closed
Description
Description
This used to work until Django-3.11 but doesn't anymore in Django-4.1:
Steps to reproduce
- Bring a page in edit mode.
- Toolbar -> Page -> Advanced Page Settings
- This opens a modal dialog where the user can add/change page permissions
After expanding "All Permissions" I see a line of text stating "Loading…".
This until Django-3.11 delivered a table of permissions for that page. Those permissions were loaded using an asynchronous Ajax call to the server initiated inside bundle.admin.base.min.js. In version 4.1 no such call is initiated.
Expected behaviour
As in Django-3.11, where the selected permissions are computed and shown.
Additional information (CMS/Python/Django versions)
Tested with branch release/4.1.x
and devel-4
.
Do you want to help fix this issue?
if someone can give me a hint where to start looking for, then voluntarily
- Yes, I want to help fix this issue and I will join #workgroup-pr-review on Slack to confirm with the community that a PR is welcome.
- No, I only want to report the issue.