From: Dominik Csapak Date: Fri, 22 Feb 2019 13:31:33 +0000 (+0100) Subject: make who regex tests anchored X-Git-Url: https://git.proxmox.com/?p=pmg-gui.git;a=commitdiff_plain;h=4eab05c2737dd769748cb837803f847cfce034c5 make who regex tests anchored they are in the rule system, so let the users test it correctly Signed-off-by: Dominik Csapak --- 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' } ]