From 3c1f1feef14ee9ea0a002010c927ac6556f00801 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Tue, 24 Sep 2019 20:29:08 -0500 Subject: in custom filters, remove the `irreversible` flag (but report it as `true` to vanilladon clients) - our impl does not use this --- app/views/filters/_fields.html.haml | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/views') diff --git a/app/views/filters/_fields.html.haml b/app/views/filters/_fields.html.haml index 33c2ada31..27561c466 100644 --- a/app/views/filters/_fields.html.haml +++ b/app/views/filters/_fields.html.haml @@ -9,9 +9,6 @@ %hr.spacer/ -.fields-group - = f.input :irreversible, wrapper: :with_label - .fields-group = f.input :whole_word, wrapper: :with_label -- cgit