Bug 1013629
| Summary: | All help page links should now point to help/reference/ or help/getting-started/ pages | ||
|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Jiří Mikulka <jmikulka> |
| Component: | WebUI | Assignee: | Tomas Lestach <tlestach> |
| Status: | CLOSED DUPLICATE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 560 | CC: | cperry, lhellebr |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-10-16 14:51:10 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1127215 | ||
|
Description
Jiří Mikulka
2013-09-30 13:22:36 UTC
Committed to Spacewalk master: 2a1a906671fdda5aa3566fd77686f7a1742a7e9b The help icons now correctly link to the Getting Started Guide, however, the page linked is sometimes totally unrelated to the action performed. This is caused by including the same .pxi file in different contexts. For example, the help icon on 'Channels -> Manage -> Clone' links correctly to the Getting Started Guide, but the page linked (1.2.10. Removing Software Packages) is totally unrelated; it should probably link to 1.2.8. Cloning Software Channels. The link comes from the "web/include/network/software/channels/manage/manage_channels_header.pxi" file which is used in multiple pages handling different actions. See 'grep -R manage_channels_header.pxi'. As it was decided to remove the help pages and their references, we're not going to update the links or the help pages. Closing as duplicate of Bug 1024118, where Grant removes the help pages and their references. *** This bug has been marked as a duplicate of bug 1024118 *** |