Skip to content

Commit

Permalink
FIX: do not allow to create groups from group selection (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaffeux committed Oct 16, 2019
1 parent 4196321 commit 096ad2d
Showing 1 changed file with 6 additions and 2 deletions.
Expand Up @@ -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}}
Expand Down Expand Up @@ -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"}}>
Expand Down

0 comments on commit 096ad2d

Please sign in to comment.