get merge to merge jpegphoto too and save can store it in filesystem

This commit is contained in:
ralf 2022-07-25 11:19:17 +02:00
parent 2e5b87a6e1
commit 010197b8af

View File

@ -74,6 +74,8 @@ class Sql extends Api\Storage
parent::__construct('api', 'egw_addressbook', self::EXTRA_TABLE,
'contact_', '_name', '_value', '_id', $db);
$this->non_db_cols[] = 'jpegphoto'; // to get merge to merge it too and save can store it in filesystem
// Get custom fields from addressbook instead of api
$this->customfields = Api\Storage\Customfields::get('addressbook');