Bug 609456
Summary: | Unset checkbox is non affective on Command line options and Environment variables text field | ||
---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Sudhir D <sdharane> |
Component: | Alerts | Assignee: | John Sanda <jsanda> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ian Springer <ian.springer> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 3.0.0 | CC: | ccrouch, ian.springer, jsanda |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | 2.4 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-08-12 16:53:02 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: | 601949 |
Description
Sudhir D
2010-06-30 11:17:52 UTC
This was actually two separate issues: 1) prepareInputsForSubmission() function in rhq.js was not including textarea elements (i.e. for longString props) in the inputs that it prepared for submission; this issue affected all textarea inputs on all config pages throughout RHQ 2) missing call to prepareInputsForSubmission() JS function upon submission of form on update alert sender config page (/rhq/common/alert/notification/details.xhtml). Both issues are fixed by commit a3a6c3c, which has been pushed to the release-3.0.0 branch. Verified the scenario with jon-server-2.4.0.GA_QA.zip build# 65. The unset is working as expected. Marking this bug as verified. This second bug meant that it was impossible to unset textarea fields in configuration components that occurred anywhere in the UI. Mass-closure of verified bugs against JON. |