Stopgap sort order + cleanup
This commit is contained in:
parent
30f8e89c40
commit
84cf7817bb
5 changed files with 14 additions and 11 deletions
|
@ -16,7 +16,7 @@ export default Ember.Controller.extend({
|
|||
selectedStrains.forEach((strain) => {
|
||||
let s = this.store.getById('strain', strain);
|
||||
strains.pushObject(s);
|
||||
})
|
||||
});
|
||||
this.set('strains', strains);
|
||||
|
||||
this.store.find('measurement', {
|
||||
|
|
Reference in a new issue