Skip to content
Snippets Groups Projects
Commit fdaedf20 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

fix signee search fields

parent dd0297f0
Branches
No related tags found
No related merge requests found
Pipeline #11975 passed
......@@ -251,6 +251,15 @@ class ContracteeAdmin(MarkdownxGuardedModelAdmin):
class SigneeAdmin(MarkdownxGuardedModelAdmin):
model = Signee
search_fields = (
"name",
"department",
"role",
)
ordering = ("name",)
form = SigneeAdminForm
fields = (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment