Bug 1248991
| Summary: | Assignments property sometimes empty when there are DataInputs / DataOutputs on activity | ||
|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Jeremy Lindop <jlindop> |
| Component: | jBPM Designer | Assignee: | Tihomir Surdilovic <tsurdilo> |
| Status: | CLOSED EOL | QA Contact: | Kirill Gaevskii <kgaevski> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.2.0 | CC: | kverlaen |
| Target Milestone: | ER2 | ||
| Target Release: | 6.3.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 19:42:07 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: | |||
|
Description
Jeremy Lindop
2015-07-31 09:40:45 UTC
Suggestion from Joe Sniezek: Instead of showing "Assignments value", show "5 assignments, 5 inputs, 5 outputs" Fixed by showing counts of data inputs and data outputs. (It doesn't make much sense to show a separate count of assignments). master: https://github.com/droolsjbpm/jbpm-designer/commit/d1661036efe746a1191b50aa662e35c6bfb06635 No appropriate commit on 6.4.x branch. Master branch working as expected. Kris - will you take a quick look at this. In the 'Assignments' property, the value has been changed from something like "[din]name->name,[din]age->age,[din]sex->sex,[dout]name->name,[dout]age->age,[dout]sex->sex" to a count of inputs & outputs, e.g. "3 data inputs, 3 data outputs" (after a suggestion by Joe). Since this is a mainly cosmetic, but sizeable change, I wonder whether the target release should be bpms 6.4.0 rather than 6.3.0. Currently the change has been committed to master, but not the 6.4.x branch. Jeremy, I think it's fine to still include it on 6.4.x at this point. |