diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-01-31 11:47:40 +0100 |
---|---|---|
committer | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-01-31 16:28:53 +0100 |
commit | 5d9ad78ed3a89b4c60c179012fd7b38b22da2b96 (patch) | |
tree | db7c7d768b2fb3c2a7ab7fbe9d3e13ebe8729f41 /ogcp/templates | |
parent | 9a6508c686edc2ca6de90f4563c0ade0b51014e4 (diff) |
Check scopes checkboxes recursively
Otherwise, nested scopes are not checked and mislead users.
When a scope is checked, we search all its children and check them too.
Diffstat (limited to 'ogcp/templates')
-rw-r--r-- | ogcp/templates/macros.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ogcp/templates/macros.html b/ogcp/templates/macros.html index 3d28d05..a1b5ebb 100644 --- a/ogcp/templates/macros.html +++ b/ogcp/templates/macros.html @@ -11,6 +11,7 @@ updateScopeState(); keepScopesTreeState(); keepSelectedClients(); + checkChildrenCheckboxes(); } }); </script> |