From: Marius Balteanu Date: Tue, 27 Feb 2024 07:21:54 +0000 (+0000) Subject: Merged r22739 and r22745 from trunk to 5.0-stable (#39995). X-Git-Tag: 5.0.8~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5a847b7e1490577cd46ca77b1ab2861bff8001a8;p=redmine.git Merged r22739 and r22745 from trunk to 5.0-stable (#39995). git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22749 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/activities/index.html.erb b/app/views/activities/index.html.erb index cb0bef9dc..e5176d859 100644 --- a/app/views/activities/index.html.erb +++ b/app/views/activities/index.html.erb @@ -50,7 +50,7 @@ <% end %> -<% if @project && @project.descendants.active.any? %> +<% if @project && @project.descendants.visible.any? %> <%= hidden_field_tag 'with_subprojects', 0, :id => nil %>

<% end %> diff --git a/app/views/versions/_sidebar.html.erb b/app/views/versions/_sidebar.html.erb index aecb7d131..0ce93fe82 100644 --- a/app/views/versions/_sidebar.html.erb +++ b/app/views/versions/_sidebar.html.erb @@ -20,7 +20,7 @@ <%= check_box_tag "completed", 1, params[:completed] %> <%= l(:label_show_completed_versions) %> - <% if @project.descendants.active.any? %> + <% if @project.descendants.allowed_to(:view_issues).any? %>
  • <%= hidden_field_tag 'with_subprojects', 0, :id => nil %>