Bug 518262
| Summary: | Select All buttons on errata package push do not work | ||
|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Jay Dobies <jason.dobies> |
| Component: | WebUI | Assignee: | Partha Aji <paji> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Miroslav Suchý <msuchy> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 530 | CC: | agouny, cperry, jhutar, msuchy, psklenar, tao |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-10-28 14:52:51 UTC | Type: | --- |
| 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: | 608752 | ||
|
Description
Jay Dobies
2009-08-19 16:59:50 UTC
commit 2726ca31970b36b97977e866ce37f63067a58367 tree 0da40afa7f7a3f21bb2cd38e28eeb9a5c9f3b087 java/code/src/com/redhat/rhn/frontend/action/errata/PackagePushSetupAction.java java/code/webapp/WEB-INF/pages/errata/addpackagepackagepush.jsp java/code/webapp/WEB-INF/pages/errata/packagepush.jsp java/code/webapp/WEB-INF/struts-config.xml Fixed select all buttons when selecting erratum packages to push to a channel. The issue was two fold: - The non-setup pages were configured to redirect back to the setup pages. - The setup pages always cleared the sets; they needed to not clear if it was a submitted page leading into it. Maybe related: when publishing an errata to a channel, if there are more than 25 rpms related to that errata the list spans over 2 pages but if you select a set on the 1st page then move to the 2nd page the selection you did on the 1st page disappeared (0 selected). - Aurelien. Both scenarios now works. Revalidated in stage. (both scenarios with many packages and paging). The 5.4.0 RHN Satellite and RHN Proxy release has occurred. This issue has been resolved with this release. RHEA-2010:0801 - RHN Satellite Server 5.4.0 Upgrade https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10332 RHEA-2010:0803 - RHN Tools enhancement update https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10333 RHEA-2010:0802 - RHN Proxy Server 5.4.0 bug fix update https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10334 RHEA-2010:0800 - RHN Satellite Server 5.4.0 https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10335 Docs are available: http://docs.redhat.com/docs/en-US/Red_Hat_Network_Satellite/index.html Regards, Clifford |