FIX namespaced templates

put templates in their respective folders and call with full namespace
This commit is contained in:
Thierry François 2018-02-12 16:04:09 +02:00
parent 1b450a5455
commit 569350ca66
3 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ class BulkManager implements GridField_HTMLProvider, GridField_ColumnProvider, G
$templateData = new ArrayData($templateData);
return array(
'header' => $templateData->renderWith('BulkManagerButtons'),
'header' => $templateData->renderWith('Colymba\\BulkManager\\BulkManagerButtons'),
);
}