Bug 771999
| Summary: | Package filters don't support association with repositories (only products) | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Justin Sherrill <jsherril> |
| Component: | WebUI | Assignee: | Partha Aji <paji> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Garik Khachikyan <gkhachik> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 | CC: | gkhachik, mkoci, paji, sghai, tstrachota |
| Target Milestone: | Unspecified | Keywords: | Triaged |
| Target Release: | Unused | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-08-22 18:17:29 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: | 747354 | ||
|
Description
Justin Sherrill
2012-01-05 15:56:33 UTC
We decided to do it months ago, but we can push to post v1 as long as we disable some of the UI bits that allow you to try to add repos. Hey Bryan, do we know what we're going to do with this? We need either frontend or backend work no matter which path we take. -Justin Actually the UI controller ignores the repository attributes coming from the browser (doesn't actually get sent to the model layer). The ui itself though allows selecting and removing repos and sends those updates to the controller. If the model layer supports it, it would be trivial to pass these values from the controller down. -Justin thanks.. will get it on the backlog. I switched the component to WebUI. The model layer is ready and we already have this functionality in API/CLI. Frontend seems to be there. The only thing that remains is to connect it in UI controller. Shouldbe fixed as of 696125a9adecd4e6a9321b0531d50786f1b5f795 |