Skip to content

Commit

Permalink
Add regex to rulesRead template when adding a new IF.
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-unwin committed Nov 22, 2023
1 parent 8418dd6 commit f07c9cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Views/rulesRead.php
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@
<option value=\"nl\"><?= __('not like') ?></option>\
<option value=\"ni\"><?= __('in') ?></option>\
<option value=\"ni\"><?= __('not in') ?></option>\
<option value=\"re\"><?= __('regex') ?></option>\
</select>\
</div>\
<div class=\"col-4\">\
Expand Down

0 comments on commit f07c9cd

Please sign in to comment.