mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
Fix typo in handler name (#1)
Invalid case prevents the config from being properly retrieved
This commit is contained in:
parent
29482dbd17
commit
9b5a452d01
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user