#1386 An info to project's default query
This commit is contained in:
parent
d6efc10bca
commit
981b765aa7
@ -64,6 +64,7 @@
|
|||||||
<% options.concat DmsfQuery.only_public.where(project_id: nil).pluck(:name, :id) %>
|
<% options.concat DmsfQuery.only_public.where(project_id: nil).pluck(:name, :id) %>
|
||||||
<%= select_tag 'default_dmsf_query',
|
<%= select_tag 'default_dmsf_query',
|
||||||
options_for_select(options, selected: @project.default_dmsf_query_id) %>
|
options_for_select(options, selected: @project.default_dmsf_query_id) %>
|
||||||
|
<em class="info"><%= l('text_allowed_queries_to_select') %></em>
|
||||||
</p>
|
</p>
|
||||||
<% end %>
|
<% end %>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user