Bug 734490
Summary: | AS7 plugin: resource config: 'Module Name' member props of 'Installed Extensions' map should be read-only | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Ian Springer <ian.springer> | ||||||
Component: | Plugins | Assignee: | Mike Thompson <mithomps> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 4.0.1 | CC: | ccrouch, hrupp, mithomps | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | 4.5.0 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2013-09-04 07:48:12 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: | 678340, 707223, 820425 | ||||||||
Attachments: |
|
Description
Ian Springer
2011-08-30 15:01:22 UTC
This is a UI bug and not as7-specific -- see also BUG 782506 Heiko, couldn't this property be implemented as a list-of-simples, rather than a list-of-maps? Or was there a reason you made it a list of maps? This does not change anything -- the row still has the "can be edited" pencil even if the entry can not be modified in the details view. <c:group name="children:extension:module" displayName="Installed extensions" hiddenByDefault="true"> <c:list-property name="extensions" displayName="Installed extensions" readOnly="true" required="false"> <c:simple-property name="module" displayName="Module name" readOnly="true"/> </c:list-property> </c:group> </resource-configuration> See attached screenshot Created attachment 576764 [details]
Screenshot
Lowering priority, this is not a blocker for rhq4.4 Created attachment 595821 [details]
Read only fixed
Fixed by Master Commit Id: 87f63d5522059ca035c0c1d1377aba569e552b22 This read only plugin configuration was being was not being rendered by the gui. This fix also fixed related BZ 782506 - config editor shows edit/pencil icon for a map that does not contain any editable member props. I have attached of screenshot of what it looks like now. Bulk closing of some old issues |