mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
ba9c3c7b8e
Nasty issue where nested requests to sub-controllers within LeftAndMain->EditForm() would fail because of LeftAndMain->currentPageID() being taken from the URL, even though it was a field action name. Example: POST /admin/pages/edit/EditForm/field/MyGridField/item/1/ItemEditForm/field/MyUploadField/upload The current ID would be detected as "field" in this case. Bug was previously fixed for AssetAdmin. |
||
---|---|---|
.. | ||
AdminRootController.php | ||
CMSBatchAction.php | ||
CMSBatchActionHandler.php | ||
CMSMenu.php | ||
CMSMenuItem.php | ||
CMSPreviewable.php | ||
CMSProfileController.php | ||
GroupImportForm.php | ||
LeftAndMain.php | ||
LeftAndMainDecorator.php | ||
LeftAndMainExtension.php | ||
MemberImportForm.php | ||
ModelAdmin.php | ||
SecurityAdmin.php |