Skip to content

Commit

Permalink
tweak(Adb ContactProperties) fix address update issue
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmhh committed Jul 4, 2024
1 parent fa677f6 commit dab00c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tine20/Addressbook/Model/ContactProperties/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ public function jsonFacadeFromJson(Tinebase_Record_Interface $record, array $def
foreach (self::$_facadeFields as $field) {
$record->{$prefix . $field} = $this->{$field};
}
$record->{$def[Tinebase_ModelConfiguration_Const::FIELD_NAME]} = null;
}

protected static array $_facadeFields = [
Expand Down

0 comments on commit dab00c6

Please sign in to comment.