#1386 An info to project's default query

This commit is contained in:
Karel Pičman 2022-09-07 17:06:36 +02:00
parent d6efc10bca
commit 981b765aa7

View File

@ -64,6 +64,7 @@
<% options.concat DmsfQuery.only_public.where(project_id: nil).pluck(:name, :id) %>
<%= select_tag 'default_dmsf_query',
options_for_select(options, selected: @project.default_dmsf_query_id) %>
<em class="info"><%= l('text_allowed_queries_to_select') %></em>
</p>
<% end %>
</fieldset>