Added missing quoting.
This commit is contained in:
parent
89acbb933b
commit
77ca0542f9
1 changed files with 1 additions and 1 deletions
|
@ -1581,7 +1581,7 @@ Overview.create_if_not_exists(
|
||||||
},
|
},
|
||||||
'ticket.owner_id' => {
|
'ticket.owner_id' => {
|
||||||
operator: 'is',
|
operator: 'is',
|
||||||
value: current_user.id,
|
value: 'current_user.id',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
order: {
|
order: {
|
||||||
|
|
Loading…
Reference in a new issue