FIX: do not allow to create groups from group selection (#38)

This commit is contained in:
Joffrey JAFFEUX 2019-10-16 12:43:23 +02:00 committed by GitHub
parent 4196321e41
commit 096ad2d62c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -56,7 +56,11 @@
<div class="groups"> <div class="groups">
<span class="label">Allow groups to acess this query</span> <span class="label">Allow groups to acess this query</span>
<span> <span>
{{multi-select values=selectedItem.group_ids content=groupOptions}} {{multi-select
values=selectedItem.group_ids
content=groupOptions
allowAny=false
}}
</span> </span>
{{#if runDisabled}} {{#if runDisabled}}
{{#unless editing}} {{#unless editing}}