-
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>
Hi michal.dytko, I have trouble understanding this problem. Can you please describe how the result of the query is wrong from the user's perspective?