]> git.proxmox.com Git - pmg-api.git/commitdiff
ModField.pm: allow any value (remove regex pattern).
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 12 Jan 2018 05:10:25 +0000 (06:10 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 12 Jan 2018 05:10:25 +0000 (06:10 +0100)
PMG/RuleDB/ModField.pm

index 8534b40b7f6d784bdfddc6e951849c067dac2d72..3e66ac33e0afa64e6a7eb71bde7cf3f5823307c3 100644 (file)
@@ -130,7 +130,6 @@ sub properties {
        value => {
            description => "The Value",
            type => 'string',
-           pattern => '[0-9a-zA-Z\/\\\[\]\+\-\.\*\_]+',
            maxLength => 1024,
        },
     };