KEYCLOAK-1812 View user attributes in admin console doesn't work

This commit is contained in:
Stian Thorgersen 2015-09-07 09:40:34 +02:00
parent f6ec9af61e
commit dca1751a63

View file

@ -16,7 +16,7 @@
</tr>
</thead>
<tbody>
<tr ng-repeat="(key, value) in (user.attributes | filter:search)">
<tr ng-repeat="(key, value) in user.attributes">
<td>{{key}}</td>
<td><input ng-model="user.attributes[key]" class="form-control" type="text" name="{{key}}" id="attribute-{{key}}" /></td>
<td class="kc-action-cell">