Skip to content

Commit

Permalink
[BUGFIX] Pages and fields cannot be found in list module search (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitzberger committed Jun 7, 2024
1 parent 179b37f commit d4f636e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Configuration/TCA/tx_powermail_domain_model_field.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@
'endtime' => 'endtime',
],
'iconfile' => ConfigurationUtility::getIconPath(Field::TABLE_NAME . '.gif'),
'searchFields' => 'title',
],
'interface' => [
],
Expand Down
1 change: 1 addition & 0 deletions Configuration/TCA/tx_powermail_domain_model_page.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
'endtime' => 'endtime',
],
'iconfile' => ConfigurationUtility::getIconPath(Page::TABLE_NAME . '.gif'),
'searchFields' => 'title',
],
'interface' => [
],
Expand Down

0 comments on commit d4f636e

Please sign in to comment.