From: Olivier Lamy Date: Thu, 12 Jan 2012 15:46:32 +0000 (+0000) Subject: fix role view those fields are observable X-Git-Tag: archiva-1.4-M3~1602 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8194ab0c1f58c5767afce23c2ffb0923d8639428;p=archiva.git fix role view those fields are observable git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1230602 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/roles-tmpl.html b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/roles-tmpl.html index b92be860c..ed2905711 100644 --- a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/roles-tmpl.html +++ b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/roles-tmpl.html @@ -87,12 +87,12 @@ ${$value.name} {{if $value.operation }} - ${$value.operation.name} + ${$value.operation().name} {{else}} {{/if}} {{if $value.resource }} - ${$value.resource.identifier} + ${$value.resource().identifier} {{else}} {{/if}}