mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
FIX namespaced templates
put templates in their respective folders and call with full namespace
This commit is contained in:
parent
1b450a5455
commit
569350ca66
@ -287,7 +287,7 @@ class BulkManager implements GridField_HTMLProvider, GridField_ColumnProvider, G
|
|||||||
$templateData = new ArrayData($templateData);
|
$templateData = new ArrayData($templateData);
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
'header' => $templateData->renderWith('BulkManagerButtons'),
|
'header' => $templateData->renderWith('Colymba\\BulkManager\\BulkManagerButtons'),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user