Fixed "task has changed without changes" for customers.
This commit is contained in:
parent
db22adfd3c
commit
6ab787e7dc
1 changed files with 4 additions and 0 deletions
|
@ -522,6 +522,10 @@ class App.TicketZoom extends App.Controller
|
|||
body: ''
|
||||
internal: 'true'
|
||||
in_reply_to: ''
|
||||
|
||||
if @isRole('Customer')
|
||||
currentStore.article.internal = ''
|
||||
|
||||
currentStore
|
||||
|
||||
formCurrent: =>
|
||||
|
|
Loading…
Reference in a new issue