fix(copy-paste): don't override descriptor <type> property

This is redundant anyway, as we take the type + additional
information from the to-be-copied business object.

Closes #751
This commit is contained in:
Nico Rehwaldt
2018-01-18 11:22:01 +01:00
parent f40b5c41b3
commit 729ddce821
2 changed files with 23 additions and 2 deletions

View File

@ -54,7 +54,6 @@ function BpmnCopyPaste(
}
setProperties(descriptor, businessObject, [
'type',
'processRef',
'triggeredByEvent'
]);