Prevented updates from running on the server if they fail client validation
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
import SimpleSchema from 'simpl-schema';
|
||||
import { set } from 'lodash';
|
||||
|
||||
set(Meteor.settings,
|
||||
'packages.collection2.disableCollectionNamesInValidation',
|
||||
true);
|
||||
|
||||
SimpleSchema.extendOptions([
|
||||
'parseLevel',
|
||||
|
||||
Reference in New Issue
Block a user