Merge pull request #7506 from NightJar/patch-2

Remove dead code from GridFieldDetailForm
This commit is contained in:
Damian Mooyman 2017-10-24 13:30:26 +13:00 committed by GitHub
commit 093e69f6e5

View File

@ -66,8 +66,7 @@ class GridFieldDetailForm implements GridField_URLHandler
public function getURLHandlers($gridField)
{
return array(
'item/$ID' => 'handleItem',
'autocomplete' => 'handleAutocomplete',
'item/$ID' => 'handleItem'
);
}