Hide Forgot
Description of problem: In the current implementation of the Task List the Task form is not kept up to date with the state of the task list itself. This is because the task list actions doesn't send all the notifications to all the panels. Version-Release number of selected component (if applicable): How reproducible: use the quick actions of the task list and always keep the task form opened. Steps to Reproduce: 1. 2. 3. Actual results: The form and the task list actions should be kept in sync all the time. Expected results: Additional info:
Fixed in 6.0.x: http://github.com/droolsjbpm/jbpm-console-ng/compare/7ca531d...387bc32
Verified on 6.0.1-ER1. Task details are changing base on what actions have been clicked by the user.