Improve sync efficiency on memory

This commit is contained in:
Rich Lott / Artful Robot 2024-02-28 14:45:20 +00:00
parent 0b96026602
commit 61a912e2a5
2 changed files with 33 additions and 12 deletions

View file

@ -10,17 +10,14 @@ return [
'params' => [
'version' => 4,
'values' => [
'option_group_id.name' => 'activity_type',
'option_group_id:name' => 'activity_type',
'label' => E::ts('Changed Contact Category'),
'value' => '57',
'name' => 'changed_contact_category',
'weight' => 57,
'icon' => 'fa-tags',
],
'match' => [
'option_group_id',
'name',
'value',
],
],
],