Bug 956174
| Summary: | The "Help..." option in the menu is not clickable for some panel types | ||||||
|---|---|---|---|---|---|---|---|
| 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: | low | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6.0.0 | CC: | jschatte, rzhang | ||||
| Target Milestone: | DR6 | ||||||
| Target Release: | 6.0.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: |
Cause: missing (as in not available yet) .phelp files for the specific panels.
Consequence: help link for these panels is not active.
Fix: provide the missing help files.
Result: link becomes active and when clicked a help popup is raised.
|
Story Points: | --- | ||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-08-06 20:09:30 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: |
|
||||||
Verified with BPMS 6.0.0.DR6 deployed on EAP 6.1 |
Created attachment 739409 [details] Help menu item is not clickable Description of problem: The "Help..." option in the menu is not clickable for the following panel types: 1) Filter & Drill-down 2) Bread crumb Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Build application from sources on github and start quickstart demo using buildandrun_h2.sh as described in readme. 2. Login with root 3. To see the problem with Breadcrumb go for example to "Sample dashboards" page and click on the oprions icon (gearwheel in the top-right corner of the panel) for panel "Administration (Breadcrumb)" - you'll see "Help" item in the menu, but it is not clickable 4. To se the problem with Filter & Drill-down (also known as "Dashboard filter") go for example to jBPM dashboard and check the options menu of "Dashboard filter" - same as in step 3. Actual results: The "Help..." item in the panel's options menu is present, but not clickable - doesn't do anything. Expected results: Either 1) the "Help..." item should be removed for the mentioned panel types, OR 2) a few lines of Help information for the user should be written and displayed in a Modal dialog, as is the case for all the oter panel types. In my opinion, this option is preferable, to provide consisten user experience. Especially for panel "Dashboard filter", which mediates the key function of the application (i.e. Drill down of data) some help for users is essential. Additional info: