Bug 1142077
| Summary: | TaskList: Task Details > Log section is missing info about who added/released task | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Jan Hrcek <jhrcek> | ||||
| Component: | Business Central | Assignee: | Marco Rietveld <mrietvel> | ||||
| Status: | CLOSED EOL | QA Contact: | Lukáš Petrovický <lpetrovi> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | unspecified | CC: | kverlaen | ||||
| Target Milestone: | ER3 | ||||||
| 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:11:45 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: |
|
||||||
Fixed in 6.2.x : https://github.com/droolsjbpm/jbpm/commit/1432c29a5bed165948afa69a843d61841f32de97 Extra checks in the UI: https://github.com/droolsjbpm/jbpm-console-ng/commit/b498dca251d59a4f653c0f078c9571a05661394f Ok, verified with BPM Suite 6.1.0 ER3 Employee 'msalatin' has left the company. |
Created attachment 937860 [details] Screenshot showing the problem Description of problem: After creating an ad-hoc task in task list and opening details section for that task, the Log accordion is missing info about WHO ADDED / RELEASED given task. Sample log after series of task state transitions: 16/09/2014 08:32: Task - ADDED () 16/09/2014 08:32: Task - STARTED (root) 16/09/2014 08:32: Task - RELEASED () 16/09/2014 08:32: Task - CLAIMED (root) 16/09/2014 08:32: Task - STARTED (root) 16/09/2014 08:32: Task - COMPLETED (root) Version-Release number of selected component (if applicable): kie-wb distribution war for EAP 6_1 - latest 6.2.0-SNAPSHOT How reproducible: Always Steps to Reproduce: 1. In task list create ad-hoc task and make some state transitions (release, claim, start, complete) 2. Open Details for the task > choose Details tab, expand Log section Actual results: Log events of type ADDED and RELEASED are missing username of the user who did that action. Expected Results: Username should be present for all the possible task transitions