Bug 536377 (RHQ-732)
Summary: | Proxy should have an Enable/Disable override for proxy settings. | ||
---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Corey Welton <cwelton> |
Component: | Core UI | Assignee: | RHQ Project Maintainer <rhq-maint> |
Status: | CLOSED WONTFIX | QA Contact: | Mike Foley <mfoley> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 1.1pre | CC: | asantos, jshaughn |
Target Milestone: | --- | Keywords: | FutureFeature, Improvement |
Target Release: | --- | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://jira.rhq-project.org/browse/RHQ-732 | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-05-02 17:53:07 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: |
Description
Corey Welton
2008-08-13 19:30:00 UTC
i'm accepting this jira, although the request may be a bit more work than we're realistically willing to do (for 1.1). presently the generic config UI component was written as unset being a UI-only concept. if some property is unset, the null value is persisted for that property. if we wanted to support this, it would require a domain model change so that properties can store values that we would *want* to use, but don't actually use. this way, when the unset control is clicked in the UI, it would be possible for the config UI component to keep those values (but gray the input out / make the input read-only), and then persist the property values. This bug was previously known as http://jira.rhq-project.org/browse/RHQ-732 |