Description of problem: The recently opened view should contain all files which where opened by a user. This does not apply to Forms and BPMN2 Processes. Steps to Reproduce: 1. Create a new Form or BPMN2 Process 2. Click 'Explore' -> 'Recently Opened' Actual results: The 'Recently Opened' view does not contain the process or form. Expected results: The 'Recently Opened' view contains the process or form created on 1).
The backend service that "loads" a file needs to raise an event. See here for an example:- https://github.com/droolsjbpm/drools-wb/blob/master/drools-wb-screens/drools-wb-drl-text-editor/drools-wb-drl-text-editor-backend/src/main/java/org/drools/workbench/screens/drltext/backend/server/DRLTextEditorServiceImpl.java#L129
Added ResourceOpenedEvent firing when form & process is opened.. Commits (master): https://github.com/droolsjbpm/jbpm-form-modeler/commit/1c9db76dd1c4aa228d6a3098817beff478d9a160 https://github.com/droolsjbpm/jbpm-designer/commit/03fa51bd11ceff3c60c414b8a728e8d4e4813ed7 Commits (6.0.x): https://github.com/droolsjbpm/jbpm-form-modeler/commit/4130461df787aa7efd9b745835e878a8c648e7f6 https://github.com/droolsjbpm/jbpm-designer/commit/fa466aa1c27f8a849a4f68e64d602124af3762e6
Verified on 6.0.1.ER2.