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

fix object permissions mixin

parent 95e42c7c
No related branches found
No related tags found
No related merge requests found
Pipeline #11962 passed
...@@ -93,7 +93,7 @@ class ContractIntentInline(admin.TabularInline): ...@@ -93,7 +93,7 @@ class ContractIntentInline(admin.TabularInline):
extra = 0 extra = 0
class ContractAdmin(FieldsetsInlineMixin, MarkdownxGuardedModelAdmin, NestedModelAdmin): class ContractAdmin(MarkdownxGuardedModelAdmin, FieldsetsInlineMixin, NestedModelAdmin):
form = ContractAdminForm form = ContractAdminForm
readonly_fields = ("created_by",) readonly_fields = ("created_by",)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment