From feed13555454335355063f6b06dd9f035c5369ae Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Thu, 10 Mar 2022 11:00:17 +0100 Subject: Disable scopes tree's checkboxes in action views Now users can select clients only in scopes and command views, in any other view we set the scopes tree read only. --- ogcp/templates/macros.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ogcp/templates/macros.html') diff --git a/ogcp/templates/macros.html b/ogcp/templates/macros.html index 19ec8c7..fed48a6 100644 --- a/ogcp/templates/macros.html +++ b/ogcp/templates/macros.html @@ -1,7 +1,7 @@ -{% macro scopes_tree_collapse(scopes) -%} +{% macro scopes_tree_collapse(scopes, state='') -%}