mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-26 08:58:06 +02:00
Fix search » contacts by categories
This commit is contained in:
parent
63b930101e
commit
a67bd1cbbd
4 changed files with 4 additions and 4 deletions
|
@ -52,7 +52,7 @@ return [
|
|||
],
|
||||
],
|
||||
[
|
||||
'name' => 'SavedSearch_Contacts_by_category_uxxr_SearchDisplay_Contacts_by_category',
|
||||
'name' => 'SavedSearch_Contacts_by_category_SearchDisplay_Contacts_by_category',
|
||||
'entity' => 'SearchDisplay',
|
||||
'cleanup' => 'unused',
|
||||
'update' => 'unmodified',
|
||||
|
@ -61,7 +61,7 @@ return [
|
|||
'values' => [
|
||||
'name' => 'Contacts_by_category',
|
||||
'label' => E::ts('Contacts by category'),
|
||||
'saved_search_id.name' => 'Contacts_by_category_uxxr',
|
||||
'saved_search_id.name' => 'Contacts_by_category',
|
||||
'type' => 'table',
|
||||
'settings' => [
|
||||
'description' => E::ts(NULL),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue