1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 11:37:14 +00:00

Reverts r20762

git-svn-id: http://svn.redmine.org/redmine/trunk@20763 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2021-03-06 06:45:51 +00:00
parent 8fcef23fef
commit ce5c54a590
2 changed files with 1 additions and 7 deletions

View File

@ -225,7 +225,7 @@ Redmine::MenuManager.map :application_menu do |menu|
menu.push :projects, {:controller => 'projects', :action => 'index'},
:permission => nil,
:caption => :label_project_plural
menu.push :activity, {:controller => 'activities', :action => 'index', :id => nil}
menu.push :activity, {:controller => 'activities', :action => 'index'}
menu.push(
:issues,
{:controller => 'issues', :action => 'index'},

View File

@ -126,12 +126,6 @@ class MenuManagerTest < Redmine::IntegrationTest
end
end
def test_cross_project_menu_should_link_to_global_activity
log_user('dlopper', 'foo')
get '/queries/3/edit'
assert_select 'a.activity[href=?]', '/activity'
end
def test_project_menu_should_show_roadmap_if_subprojects_have_versions
Version.delete_all
# Create a version in the project "eCookbook Subproject 1"