fix(update-properties-handler): fix typo
This commit is contained in:
parent
ce791b8e17
commit
f047fefd89
|
@ -195,7 +195,7 @@ function setProperties(businessObject, properties) {
|
||||||
if (key !== DI) {
|
if (key !== DI) {
|
||||||
businessObject.set(key, value);
|
businessObject.set(key, value);
|
||||||
} else {
|
} else {
|
||||||
// only update, if businessObject.id exists
|
// only update, if businessObject.di exists
|
||||||
if (businessObject.di) {
|
if (businessObject.di) {
|
||||||
setDiProperties(businessObject.di, value);
|
setDiProperties(businessObject.di, value);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue