mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Add OtherItemID as a schema param
History Form needs both an ItemID and a VersionID. Follows the same naming as $ID/$OtherID available in other controllers.
This commit is contained in:
parent
d9537eb76b
commit
8d373046db
@ -152,7 +152,7 @@ class LeftAndMain extends Controller implements PermissionProvider {
|
||||
];
|
||||
|
||||
private static $url_handlers = [
|
||||
'GET schema/$FormName/$ItemID' => 'schema'
|
||||
'GET schema/$FormName/$ItemID/$OtherItemID' => 'schema'
|
||||
];
|
||||
|
||||
private static $dependencies = [
|
||||
|
Loading…
Reference in New Issue
Block a user