We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starts here: https://github.com/AlphaNodes/additionals/blob/main/app/helpers/additionals_menu_helper.rb#L68
admin_items = [{ title: 'Redmine Changelog', url: "https://www.redmine.org/projects/redmine/wiki/Changelog_#{Redmine::VERSION::MAJOR}_#{Redmine::VERSION::MINOR}", id: :changelog }, { title: 'Redmine Upgrade', url: 'https://www.redmine.org/projects/redmine/wiki/RedmineUpgrade', id: :security_advisories }, { title: 'Redmine Security Advisories', url: 'https://www.redmine.org/projects/redmine/wiki/Security_Advisories' }]
id
The text was updated successfully, but these errors were encountered:
Fixed ids for help submenu items #151
f9199b7
Hi @njnatale-lm,
thanks for pointing this out!
I fixed this in main branch.
Sorry, something went wrong.
Thank you, @alexandermeindl - hopefully #152 is just as easy to fix! 😃
No branches or pull requests
Starts here: https://github.com/AlphaNodes/additionals/blob/main/app/helpers/additionals_menu_helper.rb#L68
id
for the upgrade link seems to be in the wrong placeid
for the security advisories link; without this, the menu item does not appearThe text was updated successfully, but these errors were encountered: