fix role view those fields are observable

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1230602 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-01-12 15:46:32 +00:00
parent 03ceaf457b
commit 8194ab0c1f

View File

@ -87,12 +87,12 @@ <h3>${$.i18n.prop('permissions')}</h3>
<tr>
<td>${$value.name}</td>
{{if $value.operation }}
<td>${$value.operation.name}</td>
<td>${$value.operation().name}</td>
{{else}}
<td></td>
{{/if}}
{{if $value.resource }}
<td>${$value.resource.identifier}</td>
<td>${$value.resource().identifier}</td>
{{else}}
<td></td>
{{/if}}