Bug 1040156

Summary: 'Recently edited' not registering processes and forms.
Product: [Retired] JBoss BPMS Platform 6 Reporter: Marek Baluch <mbaluch>
Component: Business CentralAssignee: Pere Fernàndez <pere.fernandez>
Status: CLOSED CURRENTRELEASE QA Contact: Marek Baluch <mbaluch>
Severity: medium Docs Contact:
Priority: high    
Version: 6.0.0CC: kverlaen, lpetrovi, manstis, pzapataf
Target Milestone: ER2   
Target Release: 6.0.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-06 20:03:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Marek Baluch 2013-12-10 20:41:07 UTC
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).

Comment 1 manstis 2014-01-29 12:19:35 UTC
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

Comment 2 Pere Fernàndez 2014-02-11 15:18:31 UTC
It's working fine in master and in 6.0.x branch.

Comment 3 Marek Baluch 2014-03-05 13:25:37 UTC
Verified on 6.0.1.ER2.