Skip to content

Commit

Permalink
Merge pull request #620 from NASA-IMPACT/619-add-a-general-division-f…
Browse files Browse the repository at this point in the history
…or-sources-on-webapp

added an additional option called 'General'
  • Loading branch information
bishwaspraveen authored Mar 1, 2024
2 parents 51ab5cd + dd4570c commit 2eadfd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sde_collections/models/collection_choice_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class Divisions(models.IntegerChoices):
EARTH_SCIENCE = 3, "Earth Science"
HELIOPHYSICS = 4, "Heliophysics"
PLANETARY = 5, "Planetary Science"
GENERAL = 6, "General"

@classmethod
def lookup_by_text(cls, text: str) -> int | None:
Expand Down

0 comments on commit 2eadfd0

Please sign in to comment.