Skip to content

Commit

Permalink
Fixed ids for help submenu items #151
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Oct 24, 2022
1 parent cbcc462 commit f9199b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/helpers/additionals_menu_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@ def addtionals_help_plugin_items
id: :changelog },
{ title: 'Redmine Upgrade',
url: 'https://www.redmine.org/projects/redmine/wiki/RedmineUpgrade',
id: :security_advisories },
id: :redmine_upgrade },
{ title: 'Redmine Security Advisories',
url: 'https://www.redmine.org/projects/redmine/wiki/Security_Advisories' }]
url: 'https://www.redmine.org/projects/redmine/wiki/Security_Advisories',
id: :security_advisories }]

Redmine::Plugin.all.each do |plugin|
next if plugin.id == :additionals
Expand Down

0 comments on commit f9199b7

Please sign in to comment.