Compensation index view

* adds filters and table optimizations for compensation index rendering
* fixes recorded_by/checked_by confusion in intervention table
This commit is contained in:
mipel
2021-07-29 10:51:14 +02:00
parent 3eb594c1b5
commit 98e0971c4b
5 changed files with 161 additions and 27 deletions

View File

@@ -17,6 +17,9 @@ from intervention.models import Intervention
class InterventionTableFilter(django_filters.FilterSet):
""" TableFilter for Intervention model
"""
sa = django_filters.BooleanFilter(
method='_filter_show_all',
label=_("Show unshared"),