Skip to content

Commit

Permalink
Allow to create related issues in all active projects
Browse files Browse the repository at this point in the history
  • Loading branch information
nanego committed Nov 26, 2024
1 parent 9fbd2d9 commit 7e07c9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@
<p>
<%= label_tag l("setting_create_related_issue_shortcut_project_id") %>
<%= select_tag "settings[create_related_issue_shortcut_project_id]",
project_tree_options_for_select(Project.all_public.active.sorted,
project_tree_options_for_select(Project.active.sorted,
selected: Project.where(id: Setting["plugin_redmine_tiny_features"]["create_related_issue_shortcut_project_id"]).first) %>
</p>

0 comments on commit 7e07c9f

Please sign in to comment.