Skip to content

Commit

Permalink
orm: revert forcing updating json object
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikuzn committed Jul 27, 2018
1 parent 7de9881 commit 94c00e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/Espo/ORM/DB/Mapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ public function update(IEntity $entity)
continue;
}

if (!$entity->isAttributeChanged($attribute)) {
if (!$entity->isAttributeChanged($attribute) && $type !== IEntity::JSON_OBJECT) {
continue;
}

Expand Down

0 comments on commit 94c00e2

Please sign in to comment.