mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-03-06 09:29:12 +00:00
FIX: do not allow to create groups from group selection (#38)
This commit is contained in:
parent
4196321e41
commit
096ad2d62c
@ -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}}
|
||||||
@ -176,7 +180,7 @@
|
|||||||
<th class='col heading group-names'>
|
<th class='col heading group-names'>
|
||||||
<div class='group-names-header'>
|
<div class='group-names-header'>
|
||||||
{{i18n "explorer.query_groups"}}
|
{{i18n "explorer.query_groups"}}
|
||||||
</div>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
<th class="col heading created-at">
|
<th class="col heading created-at">
|
||||||
<div class="heading-toggle" {{action "sortByProperty" "last_run_at"}}>
|
<div class="heading-toggle" {{action "sortByProperty" "last_run_at"}}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user