FIX: regression in badge grant admin page

This commit is contained in:
Sam
2016-03-29 07:58:45 +11:00
parent e364eb2aad
commit c650c2a16f
2 changed files with 2 additions and 1 deletions
@@ -16,7 +16,7 @@
<form class="form-horizontal">
<div>
<label>{{i18n 'admin.badges.badge'}}</label>
{{combo-box valueAttribute="id" value=controller.selectedBadgeId content=controller.grantableBadges nameProperty="displayName"}}
{{combo-box valueAttribute="id" value=controller.selectedBadgeId content=controller.grantableBadges nameProperty="name"}}
</div>
<label>
<label>{{i18n 'admin.badges.reason'}}</label>