Skip to content

Commit

Permalink
Fix(Rule): remove useless 'search' entry
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz authored and cedric-anne committed Jul 16, 2024
1 parent 896af01 commit 9f7d538
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Rule.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,6 @@ public static function getMenuContent()
= $rulecollection->getRuleClass()->getTitle();
$menu['rule']['options'][$rulecollection->menu_option]['page']
= $ruleclassname::getSearchURL(false);
$menu['rule']['options'][$rulecollection->menu_option]['links']['search']
= $ruleclassname::getSearchURL(false);
if ($rulecollection->canCreate()) {
$menu['rule']['options'][$rulecollection->menu_option]['links']['add']
= $ruleclassname::getFormURL(false);
Expand Down

0 comments on commit 9f7d538

Please sign in to comment.