BUG: fix up broken envMeas validations (#86)
This commit is contained in:
parent
9d9e67868f
commit
437be4fb13
5 changed files with 43 additions and 226 deletions
|
@ -19,7 +19,7 @@ export default Component.extend({
|
|||
let changesets = {};
|
||||
changesets['new'] = [];
|
||||
changesets['delete'] = [];
|
||||
changesets['hasMany'] = [];
|
||||
changesets['hasMany'] = {};
|
||||
changesets['model'] = new Changeset(model,
|
||||
lookupValidator(validations['collection']),
|
||||
validations['collection']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue