alphanodes / additionals

Redmine plugin for easy customization of settings, text and content display by using personal or role-based dashboards (drag&drop), providing wiki macros and act as library for other plugins.
https://www.redmine.org/plugins/additionals
GNU General Public License v2.0
131 stars 43 forks source link

"Help" links missing/inconsistent #151

Closed njnatale-lm closed 1 year ago

njnatale-lm commented 1 year ago

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' }]
alexandermeindl commented 1 year ago

Hi @njnatale-lm,

thanks for pointing this out!

I fixed this in main branch.

njnatale-lm commented 1 year ago

Thank you, @alexandermeindl - hopefully #152 is just as easy to fix! 😃