Bug #28334
closedChange a documentation button entry for the /domains/help page to 4.4.7Networking
Description
As can be seen from the grep command below, the "Provisioning" documentation button is used on two pages, on /hosts/help and /domains/help. It is fine for both cases, however, it is definitely better to create unique links for each page.
~~~
$ grep -R --include *.*rb "Provisioning\")%" foreman/
foreman/app/views/domains/welcome.html.erb: <p><%= link_to _('Learn more about this in the documentation.'), documentation_url("4.4Provisioning")%></p>
foreman/app/views/hosts/welcome.html.erb: <p><%= link_to _('Learn more about this in the documentation.'), documentation_url("4.4Provisioning")%></p>
~~~
Lzap has suggested a perfect idea to change the documentation_url for /domains/help to 4.4.7Networking. This ensures that documentation buttons for pages on Configuring networking all lead to one place.
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7196 added
Updated by Anonymous almost 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 878e140da553d7cfe4c5942bf284369a6a09eaa9.
Updated by The Foreman Bot almost 5 years ago
- Assignee set to Lukas Zapletal
- Pull request https://github.com/theforeman/foreman/pull/7209 added
Updated by Tomer Brisker almost 5 years ago
- Category set to Network
- Fixed in Releases 1.24.0 added
- Fixed in Releases deleted (
2.0.0)