Hide Forgot
Created attachment 1142641 [details] Empty history modal dialog Description of problem: Changing process variables in Process definition perspective does not work as expected for Oracle databases. The history modal dialog is empty. Version-Release number of selected component (if applicable): BPMS 6.3.0.ER2 How reproducible: Always Steps to Reproduce: 1. Change several times process variables for process instance and then show history from Instance details tab. Actual results: Empty history for Oracle DB. Expected results: History dialog not empty. Additional info:
The problem is related with the null values returned by oracle when there's no value instead the empty string. A new control over the values has been added in this PRs: 6.4.x https://github.com/droolsjbpm/jbpm-console-ng/pull/393 master https://github.com/droolsjbpm/jbpm-console-ng/pull/394
merged 6.4.x https://github.com/droolsjbpm/jbpm-console-ng/commit/8b2cb2bc98ac8b7e33af81342390e2774559f49b master https://github.com/droolsjbpm/jbpm-console-ng/commit/806c0f2ea522f8287cb5b4398750378db10282b7
BPMS 6.3.0.ER3