As mentioned in the title the template field is ignored on a showView on gallery items. Only staticTemplate is working properly. Code snippets below
"type": "gallery",
"template": "locationGalleryItem",
{
"name": "locationGalleryItem",
"content": {
"item": {
"actions": [
{
"type": "showView",
"params": {
"target": "view",
"layout": "c_companyDetail",
"template": "companyDetail",
"table": "location",
"query": "byId",
"queryParams": [
"{{id}}",
"{{type}}"
],
"namedStyle": "navBookmark"
}
}
]
}
]
}