Fix up full name, again

This commit is contained in:
Matthew Dillon 2015-11-17 13:16:00 -07:00
parent c350dd6fcc
commit 9d57e1bbfb
4 changed files with 4 additions and 9 deletions

View file

@ -6,7 +6,7 @@ const { Component, computed: { sort } } = Ember;
export default Component.extend(SetupMetaData, {
strains: null,
sortParams: ['fullName'],
sortParams: ['sortOrder'],
sortedStrains: sort('strains', 'sortParams'),
});

View file

@ -14,7 +14,7 @@
<tr>
<td>
{{#link-to 'protected.strains.show' strain classBinding="strain.typeStrain:type-strain"}}
{{full-strain-name strain=strain}}
{{strain.fullNameMU}}
{{/link-to}}
</td>
<td>