Description of problem: Help items not available in the reference guide. Click on the help icon takes user to non-existing section in the reference guide Version-Release number of selected component (if applicable): 5.6 How reproducible: Always Steps to Reproduce: 1. System top navigation -> system left navigation 2. Select "Requiring Reboot", then click on the help icon next to the "Systems Requiring Reboot" title, taking user to a non-existing section of the reference guide. 3. Similarly, the following items had same behaviour: "Physical Systems", "Extra Packages" Actual results: Links pointed to non-existing section of reference guide Expected results: Either point to an existing section of reference guide or remove links. Additional info:
This bug can be worked on early during the planning stages for Satellite 5.7.
It is my team. Let me re-assign.
*** Bug 1139494 has been marked as a duplicate of this bug. ***
*** Bug 1013629 has been marked as a duplicate of this bug. ***
The context-sensitive-help docs haven't been maintained for quite some time (and aren't available in spacewalk). Since there are no plans to replace them, the appropriate thing to do is remove the (out-of-date/erroneous/missing) references entirely from the app. spacewalk commit 3f6ffdba8b4124d0e3ff346802d9c9d9e5b5a32a
From jdobes: === these help links are still showing on PXT pages (e.g. '/network/software/channels/manage/clone.pxt'), with target address heading on root of help '/rhn/help/getting-started/en-US/'. Perl rendering code apparently displays link even when help-url is set to "". If help-url parameter is removed, link is not displayed. But maybe we want change/remove rendering code and keep these empty help-url parameters (as on JSP pages). Any idea how to fix it? === Well, there is still active code in 'web/modules/sniglets/Sniglets/HTML.pm' on line 98: " if (defined $params{'help-url'}) { " Empty string is still defined and link then rendered. Simplest solution is to remove defined keyword, empty strings will not pass then. === Moving back to ASSIGNED to apply fix
SW commit 177708169ef56553a62077b6c6098c65c8cc9866, spacewalk-web-2.3.25-1
*** Bug 1170506 has been marked as a duplicate of this bug. ***
With the release of Red Hat Satellite 5.7 on January 12th 2015 this bug is being moved to a Closed Current Release state. The Satellite 5.7 GA Errata: - https://rhn.redhat.com/errata/RHSA-2015-0033.html Satellite 5.7 Release Notes: - https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/5.7/html-single/Release_Notes/index.html Satellite Customer Portal Blog announcement for release: - https://access.redhat.com/blogs/1169563/posts/1315743 Cliff