-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
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
Rely on the plugin_manual mechanism in Foreman #820
base: master
Are you sure you want to change the base?
Conversation
Rebased to resolve a merge conflict, now ready for review. Still includes #819. |
Rebased now that 26b5c4a was merged. It's a bit inconsistent that some parts weren't updated to the new docs. |
Foreman 3.9 fixed this use and it simplifies the code. The plugin already requires Foreman >= 3.10.
There are 2 places where it's used: $ rg documentation_button_rex
app/views/job_templates/index.html.erb
5:<% title_actions(documentation_button_rex('3.1JobTemplates'),
app/helpers/remote_execution_helper.rb
57: documentation_button_rex('3.2ExecutingaJob'),
211: def documentation_button_rex(section = '') Given 26b5c4a changed one link to the new documentation, should we align on the new docs instead? |
That would be ideal |
I don't think I'll have time to find out which sections it should link to so I'd prefer to hand it over then. |
This combines #819 and theforeman/foreman#9756.