Skip to content
Snippets Groups Projects

Fix: Validation does not break RCV (coscine/issues#1129)

Merged Marcel Nellesen requested to merge Hotfix/1129-fixValidation into master
3 files
+ 35
25
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -239,10 +239,6 @@ export default Vue.extend({
@@ -239,10 +239,6 @@ export default Vue.extend({
]);
]);
}
}
}
}
// if formdata is still empty intialize it with an empty value
if (!this.formDataExists()) {
this.$set(this.formData, this.nodeName, [{ value: '' }]);
}
this.valueRequired =
this.valueRequired =
this.checkField(
this.checkField(
Loading