mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-25 19:58:05 +02:00
Improve sync efficiency on memory
This commit is contained in:
parent
0b96026602
commit
61a912e2a5
2 changed files with 33 additions and 12 deletions
|
@ -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',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue