Fix typo in handler name (#1)

Invalid case prevents the config from being properly retrieved
This commit is contained in:
Thomas Portelange 2016-04-26 20:55:19 +02:00
parent 29482dbd17
commit 9b5a452d01
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class GridFieldBulkManager implements GridField_HTMLProvider, GridField_ColumnPr
),
'unLink' => array(
'label' => _t('GRIDFIELD_BULK_MANAGER.UNLINK_SELECT_LABEL', 'UnLink'),
'handler' => 'GridFieldBulkActionUnLinkHandler',
'handler' => 'GridFieldBulkActionUnlinkHandler',
'config' => array(
'isAjax' => true,
'icon' => 'chain--minus',