Closed
Description
Description
In CMS4 if someone adds a new page through the Toolbar, ie.: Page
-> Create Page
-> New Page...
or
Page
-> Create Page
-> New Subage...
after saving, one would expect to be redirected to the just created page. Instead the user remains on the current page.
Additional information (CMS/Python/Django versions)
Django-CMS version 4.1.0rc4
Do you want to help fix this issue?
This seems to be a JavaScript issue. The POST request responsible to submit the form data for creating the new page, is initiated by a modal dialog. Apparently this dialog closes without telling its parent to reload the newly created page. In CMS version 3 this worked as expected.
- 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.