Added filters and search fields for members, jobs

Member are searchable by name, nickname, mailaccount
Jobs are searchable by name
Menbers can be filtered by Active,Pension,All
NOT WORKING YET: Inline Widget JobMember filter for inactive jobs
This commit is contained in:
2020-06-09 14:00:29 +02:00
parent 7c09d76035
commit e94d19602b
6 changed files with 58 additions and 7 deletions

View File

@@ -16,4 +16,4 @@ class MyJobForm(forms.ModelForm):
model = Job
fields = ['name', 'body', 'image']
widgets = {'body': CKEditorUploadingWidget(config_name='default')}
widgets = {'body': CKEditorUploadingWidget(config_name='default')}