mirror of
https://github.com/grocy/grocy.git
synced 2025-10-15 01:37:13 +00:00
Table options: Only allow columns to be grouped for which it makes sense (closes #1535)
This commit is contained in:
@@ -88,10 +88,10 @@
|
||||
data-table-selector="#chores-journal-table"
|
||||
href="#"><i class="fas fa-eye"></i></a>
|
||||
</th>
|
||||
<th>{{ $__t('Chore') }}</th>
|
||||
<th class="allow-grouping">{{ $__t('Chore') }}</th>
|
||||
<th>{{ $__t('Tracked time') }}</th>
|
||||
@if(GROCY_FEATURE_FLAG_CHORES_ASSIGNMENTS)
|
||||
<th>{{ $__t('Done by') }}</th>
|
||||
<th class="allow-grouping">{{ $__t('Done by') }}</th>
|
||||
@endif
|
||||
|
||||
@include('components.userfields_thead', array(
|
||||
|
Reference in New Issue
Block a user