diff --git a/ayanova/src/api/gzvalidate.js b/ayanova/src/api/gzvalidate.js index a6b727a0..94e6ebd4 100644 --- a/ayanova/src/api/gzvalidate.js +++ b/ayanova/src/api/gzvalidate.js @@ -477,7 +477,10 @@ Here are all the API level error codes that can be returned by the API server: return o.target == ref; }); - console.log("Removed:"); - console.log(m); + //if a target was hit then need to trigger validate again for it to remove the error message + if (m.length > 0) { + var ctrl = getControl(v, ref); + ctrl.errorMessages=[]; + } } }; diff --git a/ayanova/src/views/inventory-widget-edit.vue b/ayanova/src/views/inventory-widget-edit.vue index e058fc9b..ec65ec45 100644 --- a/ayanova/src/views/inventory-widget-edit.vue +++ b/ayanova/src/views/inventory-widget-edit.vue @@ -18,9 +18,10 @@ @@ -40,6 +42,7 @@