Hide Forgot
Description of problem: The recently edited 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. Close the item created in 1) 3. Open the item created in 1) 4. Modify the item 5. Click 'Explore' -> 'Recently Edited' Actual results: The 'Recently Edited' view does not contain the process or form. Expected results: The 'Recently Edited' view contains the process or form created on 1).
Updates are recorded in the Inbox in response to ResourceUpdatedEvents raised by VFS. Assuming saving of processes and forms uses the "normal" VFS operations the event should be raised automatically. If saving of Forms and Processes circumvents normal VFS operation the event might have to be raised manually. See here (for where the event is raised):- https://github.com/uberfire/uberfire/blob/master/uberfire-backend/uberfire-backend-server/src/main/java/org/uberfire/backend/server/AbstractWatchService.java#L137
It's working fine in master and in 6.0.x branch.
Verified on 6.0.1.ER2.