From fff3b9eda0c4e688b473a57758ff137c8057deeb Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Mon, 24 Nov 2014 12:26:33 -0800 Subject: [PATCH] Disable quickview for template zone listing -- Quickviews are not supported when rendering in a list within a detail panel, due to technical limitations. --- ui/scripts/templates.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js index deb836bae8d..e41c0183a8c 100644 --- a/ui/scripts/templates.js +++ b/ui/scripts/templates.js @@ -1096,6 +1096,7 @@ }, detailView: { + noCompact: true, actions: { remove: { label: 'label.action.delete.template',