You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Process isn't displayed in I manage filter if I'm a member only in its management space - EXO-76971
Before this change, when UserA is a member in SpaceA and isn't member in spaceB and Admin creates ProcessX with spaceA as space manager and SpaceB as space requester then UserA opens the process app and clicks on I manage filter, filter I manage isn't displayed for userA . To resolve this problem, add a condition in the buildWorkflowQuery of the WorkFlowDAO Class if the filter is I manage I filter only by managers otherwise I can filter by managers and participators. After this change, all processes where I'm a member of their managing space should be displayed in I manage filter.
(cherry picked from commit d522f6d)
0 commit comments