[KULRICE-14288] Workflow routing does not travel child request hierarchy when generating action requests Created: 09/Jan/17 Updated: 09/Jan/17 |
|
Status: | Open |
Project: | Kuali Rice Development |
Component/s: | Development |
Affects Version/s: | 2.5.5 |
Fix Version/s: | None |
Security Level: | Public (Public: Anyone can view) |
Type: | Task | Priority: | Major |
Reporter: | Francis Fernandez | Assignee: | Francis Fernandez |
Resolution: | Unresolved | Votes: | 0 |
Labels: | IU_Bug_Fix_Contribution | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Rice Module: |
KEW
|
KAI Review Status: | Not Required |
KTI Review Status: | Not Required |
Code Review Status: | Not Required |
Contributing Institution: | Indiana Univ |
Include in Release Notes?: |
Yes
|
Description |
When routing a document, if multiple action requests have different children but are otherwise identical, the Workflow engine will consider the action requests to be duplicates and will remove all but one of them, preventing the other action requests to be generated as they should. This issue can present itself when a derived role creates memberships without including the qualifiers used to resolve them. |
Comments |
Comment by Francis Fernandez [ 09/Jan/17 ] |
Pull request: https://github.com/kuali/rice/pull/269 |