From 4eab05c2737dd769748cb837803f847cfce034c5 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Fri, 22 Feb 2019 14:31:33 +0100 Subject: [PATCH] make who regex tests anchored they are in the rule system, so let the users test it correctly Signed-off-by: Dominik Csapak --- js/Utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/Utils.js b/js/Utils.js index b85c64d..ce15d06 100644 --- a/js/Utils.js +++ b/js/Utils.js @@ -144,6 +144,7 @@ Ext.define('PMG.Utils', { labelWidth: 150, fieldLabel: gettext('Test String'), xtype: 'pmgRegexTester', + wholeMatch: true, regexFieldReference: 'regex' } ] -- 2.39.2