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:
@@ -89,8 +89,8 @@
|
||||
</th>
|
||||
<th>{{ $__t('Name') }}</th>
|
||||
<th>{{ $__t('Description') }}</th>
|
||||
<th>{{ $__t('Used in') }}</th>
|
||||
<th>{{ $__t('Charge cycle interval (days)') }}</th>
|
||||
<th class="allow-grouping">{{ $__t('Used in') }}</th>
|
||||
<th class="allow-grouping">{{ $__t('Charge cycle interval (days)') }}</th>
|
||||
|
||||
@include('components.userfields_thead', array(
|
||||
'userfields' => $userfields
|
||||
|
Reference in New Issue
Block a user