mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00: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.