Bug 1040156 - 'Recently edited' not registering processes and forms.
Summary: 'Recently edited' not registering processes and forms.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: Business Central
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: ER2
: 6.0.1
Assignee: Pere Fernàndez
QA Contact: Marek Baluch
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-10 20:41 UTC by Marek Baluch
Modified: 2014-08-06 20:03 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-06 20:03:03 UTC
Type: Bug


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.