mirror of
https://github.com/redmine/redmine.git
synced 2026-05-06 09:35:30 +02:00
Merged LdapAuthSourceController into AuthSourceController.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9232 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -182,7 +182,7 @@ Redmine::MenuManager.map :admin_menu do |menu|
|
||||
:html => {:class => 'custom_fields'}
|
||||
menu.push :enumerations, {:controller => 'enumerations'}
|
||||
menu.push :settings, {:controller => 'settings'}
|
||||
menu.push :ldap_authentication, {:controller => 'ldap_auth_sources', :action => 'index'},
|
||||
menu.push :ldap_authentication, {:controller => 'auth_sources', :action => 'index'},
|
||||
:html => {:class => 'server_authentication'}
|
||||
menu.push :plugins, {:controller => 'admin', :action => 'plugins'}, :last => true
|
||||
menu.push :info, {:controller => 'admin', :action => 'info'}, :caption => :label_information_plural, :last => true
|
||||
|
||||
Reference in New Issue
Block a user