Skip to content

Commit

Permalink
UrlMigrator: Drop filter editor parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Mar 21, 2024
1 parent 93b0baf commit 15df42c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/Icingadb/Compat/UrlMigrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@ protected static function commonParameters(): array
},
'dir' => self::DROP,
'limit' => self::USE_EXPR,
'addFilter' => self::DROP,
'modifyFilter' => self::DROP,
'showCompact' => self::USE_EXPR,
'showFullscreen' => self::USE_EXPR,
'view' => function ($value) {
Expand Down

0 comments on commit 15df42c

Please sign in to comment.