Skip to content

Commit

Permalink
fix(engine): don't delete byte array deletion when updating var
Browse files Browse the repository at this point in the history
related to SUPPORT-21721
  • Loading branch information
tasso94 committed May 2, 2024
1 parent 446c4d0 commit 63b239a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,10 @@ public void clearValueFields() {
this.textValue2 = null;
typedValueField.clear();

if(byteArrayField.getByteArrayId() != null) {
/*if(byteArrayField.getByteArrayId() != null) {
deleteByteArrayValue();
setByteArrayValueId(null);
}
}*/
}

public String getTypeName() {
Expand Down

0 comments on commit 63b239a

Please sign in to comment.