From a95b1da9f07de978bb08816f6a6cc067192c9c66 Mon Sep 17 00:00:00 2001 From: Roly Rudy Gutierrez Pinto Date: Fri, 18 Dec 2020 00:32:23 -0400 Subject: [PATCH] PMCORE-2565 Field of new user are checked as validated without information --- .../src/components/personalInformation.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow/engine/methods/userPersonalInformation/src/components/personalInformation.vue b/workflow/engine/methods/userPersonalInformation/src/components/personalInformation.vue index a4c9b9ad9..c4fbd3cf9 100644 --- a/workflow/engine/methods/userPersonalInformation/src/components/personalInformation.vue +++ b/workflow/engine/methods/userPersonalInformation/src/components/personalInformation.vue @@ -345,15 +345,15 @@ validate: { USR_USERNAME: { message: "", - state: true + state: null }, USR_NEW_PASS: { message: "", - state: true + state: null }, USR_CNF_PASS: { message: "", - state: true + state: null } }, countryList: [{