mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-26 19:57:17 +02:00
clean up sk/fb
This commit is contained in:
parent
a967d9a538
commit
131ebcc684
7 changed files with 59 additions and 379 deletions
|
@ -3,7 +3,7 @@ use CRM_Contactcats_ExtensionUtil as E;
|
|||
|
||||
return [
|
||||
[
|
||||
'name' => 'SavedSearch_Contact_Category_Counts',
|
||||
'name' => 'SavedSearch_SavedSearch_Contact_Category_Counts',
|
||||
'entity' => 'SavedSearch',
|
||||
'cleanup' => 'unused',
|
||||
'update' => 'unmodified',
|
||||
|
@ -20,7 +20,7 @@ return [
|
|||
'label',
|
||||
'color',
|
||||
'icon',
|
||||
'COUNT(ContactCategoryDefinition_ContactCategory_category_definition_id_01.contact_id) AS COUNT_ContactCategoryDefinition_ContactCategory_category_definition_id_01_contact_id',
|
||||
'COUNT(ContactCategoryDefinition_ContactCategory_category_definition_id_01.id) AS COUNT_ContactCategoryDefinition_ContactCategory_category_definition_id_01_id',
|
||||
],
|
||||
'orderBy' => [],
|
||||
'where' => [],
|
||||
|
@ -43,7 +43,7 @@ return [
|
|||
],
|
||||
],
|
||||
[
|
||||
'name' => 'SavedSearch_Contact_Category_Counts_table',
|
||||
'name' => 'SavedSearch_SavedSearch_Contact_Category_Counts_SearchDisplay_Category_counts',
|
||||
'entity' => 'SearchDisplay',
|
||||
'cleanup' => 'unused',
|
||||
'update' => 'unmodified',
|
||||
|
@ -75,15 +75,20 @@ return [
|
|||
'field' => 'icon',
|
||||
'side' => 'left',
|
||||
],
|
||||
[
|
||||
'field' => 'icon',
|
||||
'side' => 'left',
|
||||
],
|
||||
],
|
||||
'cssRules' => [],
|
||||
],
|
||||
[
|
||||
'type' => 'field',
|
||||
'key' => 'COUNT_ContactCategoryDefinition_ContactCategory_category_definition_id_01_contact_id',
|
||||
'key' => 'COUNT_ContactCategoryDefinition_ContactCategory_category_definition_id_01_id',
|
||||
'dataType' => 'Integer',
|
||||
'label' => E::ts('Count'),
|
||||
'sortable' => TRUE,
|
||||
'alignment' => 'text-right',
|
||||
],
|
||||
],
|
||||
'actions' => FALSE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue