Refactor #33231
Update discovery_doc_url to use the new links controller
Fixed in Releases:
Found in Releases:
Description
Currently discovery_doc_url (https://github.com/theforeman/foreman_discovery/blob/893e02b52cac0475dd135451a4167d62bdf93878/app/helpers/discovered_hosts_helper.rb#L101) has the link hard coded.
Better way is to use external_link_path helper, similar to https://github.com/theforeman/foreman_azure_rm/pull/111/files. This way the branding would be more straightforward.
Associated revisions
History
#1
Updated by The Foreman Bot 8 months ago
- Assignee set to Lukas Zapletal
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_discovery/pull/550 added
#2
Updated by The Foreman Bot 8 months ago
- Fixed in Releases Discovery Plugin 16.0 added
#3
Updated by Anonymous 8 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_discovery|b25a42fdc359b473acdc08fbf3f47f94a7a21167.
Fixes #33231 - update documentation link helper