Hide Forgot
Description of problem: Works for Guided rule editor and categories editor. Didn't test others, but I would imagine most, if not all, of the editors are affected. Steps to Reproduce: 1. Open guided rule editor 2. Add something to the metadata description field 3. Open Edit-tab and come back. Actual results: Description field does not contain the changes. Expected results: Description field should contain the changes. Additional info: We load the metadata only if the metadata-tab is opened. I think this is correct since metadata is not opened that often.
We load the MetaData when the page receives the focus; hence it is reset when revisiting.
I don't think we should have it working like it does now. Since if you do for example comments or change the description. All this information gets lost without a warning. We can still load the metadata the first time the metadata tab is opened.
Fix pushed to master and product branches of the following repositories: (6.0.x) http://github.com/droolsjbpm/kie-wb-common/commit/50916afa9 (master) http://github.com/droolsjbpm/kie-wb-common/commit/b6be48414 (6.0.x) http://github.com/droolsjbpm/drools-wb/commit/f68b16070 (master) http://github.com/droolsjbpm/drools-wb/commit/8634003c5 (6.0.x) http://github.com/droolsjbpm/jbpm-form-modeler/commit/3405a9b79 (master) http://github.com/droolsjbpm/jbpm-form-modeler/commit/941fe24ee (6.0.x) http://github.com/droolsjbpm/jbpm-designer/commit/ae6d00741 (master) http://github.com/droolsjbpm/jbpm-designer/commit/75e4e62ba
Metadata remain even if I switch on other tab. Verified on BPMS 6.0.1 ER2