From 09a13e67249da6089b71b88bdde0ac9978f97eb9 Mon Sep 17 00:00:00 2001 From: Igor Mukhin Date: Thu, 10 Oct 2019 19:31:40 +0300 Subject: [PATCH] Removed: Validation to have at least one rule per callout --- src/Resources/config/validation/Callout.xml | 10 ---------- src/Resources/translations/validators.en.yml | 2 -- 2 files changed, 12 deletions(-) diff --git a/src/Resources/config/validation/Callout.xml b/src/Resources/config/validation/Callout.xml index 293d588..2e5f20d 100644 --- a/src/Resources/config/validation/Callout.xml +++ b/src/Resources/config/validation/Callout.xml @@ -51,15 +51,5 @@ - - - - - - - - diff --git a/src/Resources/translations/validators.en.yml b/src/Resources/translations/validators.en.yml index d8c6c27..0683bd1 100755 --- a/src/Resources/translations/validators.en.yml +++ b/src/Resources/translations/validators.en.yml @@ -8,8 +8,6 @@ setono_sylius_callout: priority: not_blank: Priority cannot be blank. numeric: Priority must be an integer. - rules: - min: Specify at least one rule. callout_translation: text: not_blank: Text cannot be blank.