mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Table options: Only allow columns to be grouped for which it makes sense (closes #1535)
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
<th>{{ $__t('Chore') }}</th>
|
||||
<th>{{ $__t('Next estimated tracking') }}</th>
|
||||
<th>{{ $__t('Last tracked') }}</th>
|
||||
<th class="@if(!GROCY_FEATURE_FLAG_CHORES_ASSIGNMENTS) d-none @endif">{{ $__t('Assigned to') }}</th>
|
||||
<th class="@if(!GROCY_FEATURE_FLAG_CHORES_ASSIGNMENTS) d-none @endif allow-grouping">{{ $__t('Assigned to') }}</th>
|
||||
<th class="d-none">Hidden status</th>
|
||||
<th class="d-none">Hidden assigned to user id</th>
|
||||
|
||||
|
Reference in New Issue
Block a user