Skip to content

Commit

Permalink
Merge branch 'pu/cw/fixSitesExpanding' into 'main'
Browse files Browse the repository at this point in the history
updated custom app metaways/tine20-meetingmanager

See merge request tine20/tine20!6632
  • Loading branch information
corneliusweiss committed Feb 25, 2025
2 parents b82d25c + e2e0de2 commit ee164ed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tine20/Addressbook/Convert/Contact/Json.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ public function fromTine20RecordSet(Tinebase_Record_RecordSet $_records = NULL,
'last_modified_by' => [
Tinebase_Record_Dehydrator_Strategy::DEF_FLAT => true,
],
'sites' => [
Tinebase_Record_Dehydrator_Strategy::DEF_FLAT => true,
Tinebase_Record_Dehydrator_Strategy::DEF_SUB_DEFINITIONS => [
Addressbook_Model_ContactSite::FLD_SITE => [
Tinebase_Record_Dehydrator_Strategy::DEF_FLAT => true,
],
],
],
]
]);

Expand Down

0 comments on commit ee164ed

Please sign in to comment.