Change table template hierarchy structure
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<script id="{{table.id}}-column-memberCount" type="text/x-handlebars-template">
|
||||
{% if checkAccess('view_organisation_members') %}
|
||||
{% verbatim %}
|
||||
<td>
|
||||
{{row.member_count}}
|
||||
</td>
|
||||
{% endverbatim %}
|
||||
{% endif %}
|
||||
</script>
|
||||
Reference in New Issue
Block a user