Skip to content
Snippets Groups Projects

Resolve TMSS-241

Merged Roy de Goei requested to merge TMSS-241 into master
All threads resolved!
@@ -151,7 +151,7 @@ class Flag(AbstractChoice):
class PeriodCategory(AbstractChoice):
"""Defines the model and predefined list of possible project categories to be used in Project.
"""Defines the model and predefined list of possible period categories to be used in Project.
The items in the Choices class below are automagically populated into the database via a data migration."""
class Choices(Enum):
@@ -168,7 +168,7 @@ class ProjectCategory(AbstractChoice):
REGULAR = "regular"
USER_SHARED_SUPPORT = "user_shared_support"
COMMISSIONING = "commissioning"
DOT = "ddt"
DDT = "ddt"
TEST = "test"
Loading