fix issue 4359 - save description & title when changing other field
parent
155993ecc4
commit
68f9bad0db
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue