mirror of
https://github.com/apache/archiva.git
synced 2025-02-28 21:49:10 +00:00
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:
parent
03ceaf457b
commit
8194ab0c1f
@ -87,12 +87,12 @@ <h3>${$.i18n.prop('permissions')}</h3>
|
|||||||
<tr>
|
<tr>
|
||||||
<td>${$value.name}</td>
|
<td>${$value.name}</td>
|
||||||
{{if $value.operation }}
|
{{if $value.operation }}
|
||||||
<td>${$value.operation.name}</td>
|
<td>${$value.operation().name}</td>
|
||||||
{{else}}
|
{{else}}
|
||||||
<td></td>
|
<td></td>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{if $value.resource }}
|
{{if $value.resource }}
|
||||||
<td>${$value.resource.identifier}</td>
|
<td>${$value.resource().identifier}</td>
|
||||||
{{else}}
|
{{else}}
|
||||||
<td></td>
|
<td></td>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user