Bug 1090399
| Summary: | Changing name of Table KPI makes table row styles disappear | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Jan Hrcek <jhrcek> | ||||
| Component: | BAM | Assignee: | Jan <jschatte> | ||||
| Status: | CLOSED EOL | QA Contact: | Gui Jospin <gjospin> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 6.0.2 | CC: | kverlaen | ||||
| Target Milestone: | DR2 | ||||||
| Target Release: | 6.1.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2020-03-27 20:10:26 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: |
|
||||||
- Committed to master: https://github.com/droolsjbpm/dashboard-builder/commit/f8cd33312a58eac48202970578d3afded2df5a06 - Cherry-picked into 6.1.x: https://github.com/droolsjbpm/dashboard-builder/commit/f9983b62a348ca62827446df29d478a2fa812e98 Now it's ok. Verified with BPMS 6.1.0.DR2 |
Created attachment 888810 [details] Steps to reproduce - video Description of problem: Whenever I change the KPI Name for the table panel, the css style class attribute for the table rows is set to null. Observe the problem & steps to reproduce in the video attached. Version-Release number of selected component (if applicable): BPMS 6.0.2 ER1 How reproducible: Always Steps to Reproduce: 1. login with root, navigate to Showcase > Sales report 2. click Edit content in the menu of Sales report table 3. change the name of the KPI Actual results: class attribute of all the rows is set to class="null" for all the rows (tr) in the preview table as well as in the KPI itself. Expected results: class attributes should remain unchanged by edits in table KPI editor.