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 @@

${$.i18n.prop('permissions')}

${$value.name} {{if $value.operation }} - ${$value.operation.name} + ${$value.operation().name} {{else}} {{/if}} {{if $value.resource }} - ${$value.resource.identifier} + ${$value.resource().identifier} {{else}} {{/if}}