mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-27 15:27:18 +02:00
Add Category history saved search and searchkit display and afform for contact sum
This commit is contained in:
parent
93be452053
commit
142479d861
7 changed files with 228 additions and 20 deletions
|
@ -15,8 +15,11 @@ return [
|
|||
'partials' => [
|
||||
'ang/crmSearchDisplayContactCat',
|
||||
],
|
||||
'requires' => ['crmUi', 'crmUtil', 'ngRoute'],
|
||||
'requires' => ['crmSearchDisplay', 'crmSearchTasks', 'crmUi', 'crmUtil', 'ngRoute'],
|
||||
'settings' => [],
|
||||
'basePages' => ['civicrm/search', 'civicrm/admin/search'],
|
||||
'exports' => ['crmSearchAdminDisplayContactCat', 'crmSearchDisplayContactCat'],
|
||||
'basePages' => ['civicrm/search', 'civicrm/admin/search', 'civicrm/contact/view'],
|
||||
'exports' => [
|
||||
'crm-search-admin-display-contact-cat' => 'E',
|
||||
'crm-search-display-contact-cat' => 'E',
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue