apostrophe-schemas
Advanced tools
Comparing version 0.5.30 to 0.5.31
@@ -151,3 +151,7 @@ var async = require('async'); | ||
} else { | ||
throw new Error('Nonexistent field ' + name + ' referenced by groups option in schemas.compose'); | ||
// Tolerate nonexistent fields in groupFields. This | ||
// will happen if a subclass uses removeFields and | ||
// doesn't set up a new groupFields option, which | ||
// is reasonable | ||
return; | ||
} | ||
@@ -154,0 +158,0 @@ }); |
{ | ||
"version": "0.5.30", | ||
"version": "0.5.31", | ||
"name": "apostrophe-schemas", | ||
@@ -4,0 +4,0 @@ "description": "Schemas for easy editing of properties in Apostrophe objects", |
100644
1324