apostrophe-schemas
Advanced tools
Comparing version 0.5.39 to 0.5.40
{ | ||
"version": "0.5.39", | ||
"version": "0.5.40", | ||
"name": "apostrophe-schemas", | ||
@@ -4,0 +4,0 @@ "description": "Schemas for easy editing of properties in Apostrophe objects", |
@@ -34,2 +34,5 @@ function AposSchemas() { | ||
} | ||
if(field.required === true) { | ||
self.addError($el, field.name, field.required); | ||
} | ||
return populateField(i + 1); | ||
@@ -36,0 +39,0 @@ }); |
101516
1355