]> source.dussan.org Git - archiva.git/commitdiff
fix role view those fields are observable
authorOlivier Lamy <olamy@apache.org>
Thu, 12 Jan 2012 15:46:32 +0000 (15:46 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 12 Jan 2012 15:46:32 +0000 (15:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1230602 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/roles-tmpl.html

index b92be860cb149831b7584a802e13940d1dd2fdc5..ed29057113e948996916b742b5eb3893aff10192 100644 (file)
             <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}}