mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-25 12:58:05 +02:00
temporary fix for managed things with problems
This commit is contained in:
parent
1d3e0f7e8c
commit
d0ff38b0f2
2 changed files with 5 additions and 7 deletions
|
@ -26,16 +26,16 @@ return [
|
|||
],
|
||||
// Weird, so this bit belongs elsewhere
|
||||
[
|
||||
'name' => 'OptionValue_crm_search_display_contact_cat_SearchDisplay_Category_per_contact_Category_1',
|
||||
'name' => 'OptionValue_crm_search_display_contact_cat_SearchDisplay_Category_by_contact_Category_1',
|
||||
'entity' => 'SearchDisplay',
|
||||
'cleanup' => 'unused',
|
||||
'update' => 'unmodified',
|
||||
'params' => [
|
||||
'version' => 4,
|
||||
'values' => [
|
||||
'name' => 'Category_per_contact_Category_1',
|
||||
'name' => 'Category_by_contact_Category_1',
|
||||
'label' => E::ts('Category Category'),
|
||||
'saved_search_id.name' => 'Category_per_contact',
|
||||
'saved_search_id.name' => 'Category_by_contact',
|
||||
'type' => 'contact-cat',
|
||||
'settings' => [
|
||||
'something' => 'nothing',
|
||||
|
@ -58,7 +58,6 @@ return [
|
|||
],
|
||||
],
|
||||
'match' => [
|
||||
'saved_search_id',
|
||||
'name',
|
||||
],
|
||||
],
|
|
@ -3,14 +3,14 @@ use CRM_Contactcats_ExtensionUtil as E;
|
|||
|
||||
return [
|
||||
[
|
||||
'name' => 'SavedSearch_Contacts_by_category_uxxr',
|
||||
'name' => 'SavedSearch_Contacts_by_category',
|
||||
'entity' => 'SavedSearch',
|
||||
'cleanup' => 'unused',
|
||||
'update' => 'unmodified',
|
||||
'params' => [
|
||||
'version' => 4,
|
||||
'values' => [
|
||||
'name' => 'Contacts_by_category_uxxr',
|
||||
'name' => 'Contacts_by_category',
|
||||
'label' => E::ts('Contacts by category'),
|
||||
'api_entity' => 'Contact',
|
||||
'api_params' => [
|
||||
|
@ -121,7 +121,6 @@ return [
|
|||
],
|
||||
],
|
||||
'match' => [
|
||||
'saved_search_id',
|
||||
'name',
|
||||
],
|
||||
],
|
Loading…
Add table
Add a link
Reference in a new issue