We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.3.1
If a custom admin route is set, inline editable blocks cannot be saved. Version 5.3 of this module assumes the admin route is /admin
/admin
Set a custom admin route.
Add a Content Block to an element area.
Make changes to the content block and try to save it.
Browser console shows a 404 error and the changes are not saved.
Update line 245 of ElementalAreaController.php to:
$form->setFormAction(AdminRootController::admin_url("$urlSegment/elementForm/$id"));
No response
silverstripe/installer
The text was updated successfully, but these errors were encountered:
FIX Allow for custom admin route (silverstripe#1281)
c75969c
Fixes an issue saving inline editable content blocks if a custom admin route was set
PR merged. This will be automatically tagged by GitHub Actions.
Sorry, something went wrong.
GuySartorelli
No branches or pull requests
Module version(s) affected
5.3.1
Description
If a custom admin route is set, inline editable blocks cannot be saved. Version 5.3 of this module assumes the admin route is
/admin
How to reproduce
Set a custom admin route.
Add a Content Block to an element area.
Make changes to the content block and try to save it.
Browser console shows a 404 error and the changes are not saved.
Possible Solution
Update line 245 of ElementalAreaController.php to:
Additional Context
No response
Validations
silverstripe/installer
(with any code examples you've provided)PRs
The text was updated successfully, but these errors were encountered: