Hide Forgot
Description of problem: When user opens process preview diagram in Process Instances perspective (click row for some proc instance > In details panel select Options > Process model), the process model is only loaded for the first time. The issue is that after this the preview is not loaded anymore and more importantly it's not longer possible to open designer in Authoring Perspective. See video illustrating the issue with 6.2.2 patch. This bug was recently reported for 6.4.x community branch (see jira https://issues.jboss.org/browse/JBPM-4944) and now it also happens for 6.2.x patch. The bug happens both in firefox and in chrome. Version-Release number of selected component (if applicable): BPM Suite 6.2.2 patch How reproducible: Always Steps to Reproduce: 1. Create some process model, build & deploy the project, start an instance of the process in Process Definitions perspective. 2. Go to process instances perspective, click the row for running instance 3. In Details panel select Options > Process Model 4. Modal dialog with process preview is displayed. Close the modal. 5. Repeat step 3 for the 2nd time Actual results: The process preview is not loaded. After that when I navigate to Authoring perpsective no other process can be opened in designer. Expected results: It should be possbible to open process preview modal and see the process multiple times (e.g. when checking state of more than 1 process)
Created attachment 1134411 [details] Video showing the steps to reproduce the issue
master PR: https://github.com/droolsjbpm/jbpm-designer/pull/185 6.4.x PR: https://github.com/droolsjbpm/jbpm-designer/pull/186
Please don't forget to include the the fix in 6.3.x branch (from which the 6.2.2 patch will be build if I'm not mistaken).
OK thanks. 6.3.x PR :https://github.com/droolsjbpm/jbpm-designer/pull/188 master commit: https://github.com/droolsjbpm/jbpm-designer/commit/f2b2c8987787a9f97e6209bd0ca4ab76870a92a2 6.4.x commit: https://github.com/droolsjbpm/jbpm-designer/commit/8235285e9b28d2ab2ed571e65d8a5cd747e104e7 6.3.x commit (pending inclusion of the PR atm)
6.3.x commit: https://github.com/droolsjbpm/jbpm-designer/commit/4870c1d860c027d7289442f268776eea3344ff24
*** Bug 1317671 has been marked as a duplicate of this bug. ***
*** Bug 1315374 has been marked as a duplicate of this bug. ***
Ok, problem has been fixed. Verified with BPM Suite 6.2.2 CR2 patch