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/actions/client_details.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ogcp/templates/actions/client_details.html') diff --git a/ogcp/templates/actions/client_details.html b/ogcp/templates/actions/client_details.html index 62d73c7..f6c2fd1 100644 --- a/ogcp/templates/actions/client_details.html +++ b/ogcp/templates/actions/client_details.html @@ -1,6 +1,8 @@ {% extends parent %} {% import "bootstrap/wtf.html" as wtf %} +{% set sidebar_state = 'disabled' %} + {% block nav_client %} active{% endblock %} {% block nav_client_details %} active{% endblock %} {% block nav_client_add %}active{% endblock %} -- cgit v1.2.3-18-g5258