Change table template hierarchy structure

This commit is contained in:
2023-06-06 15:10:02 +01:00
parent b8cb04cd14
commit 5bbceeac9a
26 changed files with 296 additions and 315 deletions

View File

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