From 2d5618522af3e690a2cdf2bc1376f60c5dbf67b1 Mon Sep 17 00:00:00 2001 From: lpichler Date: Mon, 26 Jun 2017 22:56:14 +0200 Subject: [PATCH] Fix typo, key :regexp is used there is lot of occurencies of :regexp miq_expresion.rb and also in app/controllers/application_controller/filter/expression.rb and it fixes editing of expression with regexp in UI (report definition, filter tab) so there is typo in yaml. --- config/miq_expression.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/miq_expression.yml b/config/miq_expression.yml index 8b21b4d7f03..7cae621bbae 100644 --- a/config/miq_expression.yml +++ b/config/miq_expression.yml @@ -287,7 +287,7 @@ :percent: :short_name: <%= _("Percent") %> :title: <%= _("Enter a Percent (like 12.5)") %> - :regex: + :regexp: :short_name: <%= _("Regular Expression") %> :title: <%= _("Enter a Regular Expression") %> :string: &string