Fixed "task has changed without changes" for customers.

This commit is contained in:
Martin Edenhofer 2016-07-13 16:39:12 +02:00
parent db22adfd3c
commit 6ab787e7dc

View file

@ -522,6 +522,10 @@ class App.TicketZoom extends App.Controller
body: '' body: ''
internal: 'true' internal: 'true'
in_reply_to: '' in_reply_to: ''
if @isRole('Customer')
currentStore.article.internal = ''
currentStore currentStore
formCurrent: => formCurrent: =>