Bug 1139107 - A description for the Work Item Definition is no displayed on the UI
Summary: A description for the Work Item Definition is no displayed on the UI
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: jBPM Designer
Version: 6.0.2
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ---
: ---
Assignee: Tihomir Surdilovic
QA Contact: Kirill Gaevskii
URL:
Whiteboard:
Depends On:
Blocks: 1139113
TreeView+ depends on / blocked
 
Reported: 2014-09-08 05:38 UTC by ksuzumur
Modified: 2020-03-27 20:08 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1139113 (view as bug list)
Environment:
Last Closed: 2020-03-27 20:08:16 UTC
Type: Enhancement
Embargoed:


Attachments (Terms of Use)

Description ksuzumur 2014-09-08 05:38:36 UTC
Description of problem:
A description for the Work Item Definition is no displayed on the web and the eclipse BPMS designer.

Version-Release number of selected component (if applicable):
JBPM 6.0.2
JBDS 7.1.1

How reproducible:
Create a work item definition with description.

Steps to Reproduce:
1. Create the following work item definition:

---------
import org.drools.core.process.core.datatype.impl.type.StringDataType;
[
// the Notification work item
[
"name" : "Notifications",
"parameters" : [
"Message" : new StringDataType(),
"From" : new StringDataType(),
"To" : new StringDataType(),
"Priority" : new StringDataType(),
],
"displayName" : "Notification",
"icon" : "icons/notification.gif",
"description" : "This is sample description"
]
]
---------

2. Check the Pallet in the web or the eclipse BPMS designer.

Actual results:
When the work item icon is focused by the mouse, the description for the work item does not be popped up.

Expected results:
When the work item icon is focused by the mouse, the description for the work item is popped up.

Additional info:

Comment 2 Marco Rietveld 2014-09-08 06:31:25 UTC
This bug covers the Designer functionality. 

See https://bugzilla.redhat.com/show_bug.cgi?id=1139113 for the same bug in the eclipse tooling.


Note You need to log in before you can comment on or make changes to this bug.