Details
-
Type:
Task
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.0.3
-
Fix Version/s: 2.6
-
Component/s: Development
-
Labels:
-
Epic Link:
-
Rice Module:KEW
-
KAI Review Status:Pending Review
-
KTI Review Status:Not Required
Description
Summary
• Proposed by Cornell University
• Cornell offers to do the work
• Target Version: Rice 1.1
Context:
Currently, an item shows up in a user's "Outbox" only if they have taken an approval, disapproval,
acknowledge, or fyi action on it.
Proposal:
Cornell proposes that all documents taken action on by a user should appear in that user's Outbox. In
order to fully satisfy this request, items initiated and submitted by a given person must also go into
that person's "Outbox". This currently is the missing piece of functionality.
User Guide
An end user would have the document item show up in their Outbox if they submit that document for
workflow routing.
Technical Guide
1. In ActionListServiceImpl.java, in the "saveOutboxItem(actionItem)" method, remove the check
for an action taken. This would then always add an item to the person's Outbox after it has been
deleted from a user's Inbox.
Client Developer Guide
A client developer would not have to do anything different. This feature would be inherent to Kuali Rice.