Skip to content

Commit

Permalink
Merge pull request #483 from NASA-IMPACT/482-fix-admin-cant-create-co…
Browse files Browse the repository at this point in the history
…llections-issue

Remove tree_root from fields so admin can create collections
  • Loading branch information
code-geek authored Oct 25, 2023
2 parents f104896 + 2af1497 commit f3c3b7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sde_collections/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ class CollectionAdmin(admin.ModelAdmin, ExportCsvMixin, UpdateConfigMixin):
"config_folder",
"url",
"division",
"tree_root",
"document_type",
"update_frequency",
"source",
Expand Down

0 comments on commit f3c3b7a

Please sign in to comment.