Hello
I would like to put a list of data under the Datagridfield (which contains the searchresult of the model managed by the Modeladmin).
I can extend the ModelAdmin class, put an extra method in to get the datalist,
but then i have to go into framework/admin/template/Includes/ModelAdmin_Content.ss to add a line after
$EditForm
$MyDataList
to get the data in. this works but it's not nice to update anything in the framework.
How do i have my own ExtendedAdmin_Content.ss and where shall I put this file?
I put it under
mythemeName/templates
or
mythemeName/templates/Layout
or
mythemeName/templates/Includes
but it doesn't work