steps to reproduce: * edit from group config * find some property that is currently "unset" at the aggregate * uncheck that, notice that the value space becomes editable at the aggregate * click the corresponding members button expected results: * all individual properties are editable actual results: * all individual properties are still read-only, as if the drill-down component wasn't notified that "unset" was unchecked at the aggregate level
This one's going to be fairly complicated. Coordinating the unset controls between the main page and the modal panel is complicated because of the JavaScript that is rendered to initialize the unset checkboxes.
I must have fixed this at some point in the past week. I'm not sure exactly which revision(s) fixed it, but it is working as of r3143.
Fixed, rev3351
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-1541