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">
<span class="label">Allow groups to acess this query</span>
<span>
{{multi-select values=selectedItem.group_ids content=groupOptions}}
{{multi-select
values=selectedItem.group_ids
content=groupOptions
allowAny=false
}}
</span>
{{#if runDisabled}}
{{#unless editing}}
@ -176,7 +180,7 @@
<th class='col heading group-names'>
<div class='group-names-header'>
{{i18n "explorer.query_groups"}}
</div>
</div>
</th>
<th class="col heading created-at">
<div class="heading-toggle" {{action "sortByProperty" "last_run_at"}}>