fix issue 4359 - save description & title when changing other field

stable
Juanfran 2016-06-23 08:52:05 +02:00
parent 155993ecc4
commit 68f9bad0db
1 changed files with 3 additions and 0 deletions

View File

@ -300,6 +300,9 @@ class QueueModelTransformation extends taiga.Service
clone = @.clone()
modified = _.omit(obj._modifiedAttrs, ['version'])
clone = _.assign(clone, modified)
transformation(clone)
if comment.length