performance tuning on timesheets (#874)
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
'project': true,
|
||||
'activity': true,
|
||||
'description': false,
|
||||
'tags': false,
|
||||
'exported': false,
|
||||
'hourlyRate': false,
|
||||
'fixedRate': false,
|
||||
@@ -267,6 +268,11 @@
|
||||
{{ entry.description|desc2html }}
|
||||
{% endif %}
|
||||
</td>
|
||||
<td class="column-tags" {% if not columns.tags %}style="display: none"{% endif %}>
|
||||
{% if entry.tags is not empty %}
|
||||
{{ entry.tagsAsArray|join(', ') }}
|
||||
{% endif %}
|
||||
</td>
|
||||
<td class="column-exported" {% if not columns.exported %}style="display: none"{% endif %}>
|
||||
{% if entry.exported %}
|
||||
{{ 'entryState.exported'|trans }}
|
||||
|
||||
Reference in New Issue
Block a user