Skip to content

Commit

Permalink
Merge pull request #106 from verenaroe/patch-1
Browse files Browse the repository at this point in the history
Fixed config_filter.yaml for MySQL >= 8.0.3
  • Loading branch information
sander-beenen authored Sep 28, 2023
2 parents 2908f7d + ac07ac6 commit c646e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/redirects/config_filter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ scopes:
label: vdlp.redirect::lang.list.switch_system
type: switch
conditions:
- system <> true
- system = true
- "`system` <> true"
- "`system` = true"
is_enabled:
label: vdlp.redirect::lang.list.switch_is_enabled
type: switch
Expand Down

0 comments on commit c646e74

Please sign in to comment.