-
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>
This is the controller panel for Smart Panels app
[CAM-10903] Query involvedUser is not working
Remote Link | New: This issue links to "Unit test (Web Link)" [ 13732 ] |
Description |
Original:
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. {code:xml} <if test="query.involvedUser != null"> ${queryType} I.USER_ID_ = #{involvedUser} </if> |
New:
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. {code:xml} <if test="query.involvedUser != null"> ${queryType} I.USER_ID_ = #{involvedUser} </if> {code} |
Assignee | New: Thorben Lindhauer [ thorben.lindhauer ] |
Fix Version/s | New: 7.12.0 [ 15387 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Assignee | Original: Thorben Lindhauer [ thorben.lindhauer ] | New: Tobias Metzke-Bernstein [ tobias.metzke ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Remaining Estimate | New: 0 minutes [ 0 ] | |
Original Estimate | New: 0 minutes [ 0 ] |
Assignee | Original: Tobias Metzke-Bernstein [ tobias.metzke ] | |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
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?