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:
Will Rossiter 2016-11-16 09:38:16 +13:00 committed by Christopher Joe
parent d9537eb76b
commit 8d373046db

View File

@ -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 = [