Skip to content

Commit

Permalink
Enable Save as new for import configs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkiro committed Nov 20, 2024
1 parent 91e2935 commit 34d2bc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions digital_agenda/apps/estat/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class GeoGroupAdmin(admin.ModelAdmin):

@admin.register(ImportConfig)
class ImportConfigAdmin(admin.ModelAdmin):
save_as = True
list_per_page = 20
formfield_overrides = {models.JSONField: {"widget": JSONEditorWidget}}
list_display = (
Expand Down

0 comments on commit 34d2bc7

Please sign in to comment.