-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
The method #taskInvolvedUser() doesn't provide expected results.
This behavior is reproducible with the Unit test linked to that issue.
In Task.xml in this part of code the query.involvedUser is missing.
<if test="query.involvedUser != null"> ${queryType} I.USER_ID_ = #{involvedUser} </if>