Bug 949423
| Summary: | Setting empty string for "KPI's name:" in KPI panel configuration causes NPE | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Jan Hrcek <jhrcek> | ||||
| Component: | BAM | Assignee: | David Gutierrez <dgutierr> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jan Hrcek <jhrcek> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.0.0 | CC: | rrajasek, rzhang | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 6.0.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: |
Cause: Empty input value check missing.
Consequence: Failure while trying to use the KPI's name.
Fix: Add empty value check control.
Result: Empty input value is rejected.
|
Story Points: | --- | ||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-08-06 20:09:57 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Jan Hrcek
2013-04-08 07:09:01 UTC
An empty input value on the KPI's name is now rejected. Github commit: https://github.com/droolsjbpm/dashboard-builder/commit/be9fe84998253ec9156ffd1b92130747503b4771 QA: Ok, problem is now solved. When user tries to enter an empty name it is not accepted and previous value is left in the "KPI's name" filed. Verified with dashbuilder build DR5 deployed on EAP 6.1 GA |