[KULRICE-11033] Action Items are not being copied into the Outbox Created: 16/Oct/13 Updated: 23/Mar/14 Resolved: 17/Oct/13 |
|
Status: | Closed |
Project: | Kuali Rice Development |
Component/s: | Development, JPA |
Affects Version/s: | 2.4 |
Fix Version/s: | 2.4 |
Security Level: | Public (Public: Anyone can view) |
Type: | Bug Fix | Priority: | Major |
Reporter: | Eric Westfall | Assignee: | Eric Westfall |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | 2 hours | ||
Time Spent: | Not Specified | ||
Original Estimate: | 2 hours |
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:
|
Comments |
Comment by Eric Westfall [ 17/Oct/13 ] |
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. |
Comment by Adam Campbell (Inactive) [ 21/Oct/13 ] |
validated on env1 |