Details
-
Type:
Bug Fix
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.4
-
Fix Version/s: 2.4
-
Component/s: Development, JPA
-
Security Level: Public (Public: Anyone can view)
-
Labels:None
-
Sprint:2.4.0-m3 JPA Sprint 1
-
KAI Review Status:Not Required
-
KTI Review Status:Not Required
-
Code Review Status:Not Required
-
Include in Release Notes?:Yes
Description
This started happening after conversion of Action List to JPA.
To reproduce:
- Launch Rice sample app
- Click on edoclite and search
- Click "Create Document" on the only EDL we have
- Fill it out as "IUB" and submit it
- Backdoor as user2
- Go to action list, you should see the doc there
- Click the doc ID and then approve
- Go back to action list, it's no longer in the action list (which is correct) but it's also not showing up in the outbox (which it should)
Just committed fixes for this. The problem was related to the fact that OutboxItem was extending ActionItem, so when you queried for ActionItems it was also selecting records from OutboxItem table.