@@ -1132,6 +1139,7 @@ class TaskBlueprint(ProjectPropertyMixin, TemplateSchemaMixin, NamedCommon):
STARTED="started"
SCHEDULED="scheduled"
SCHEDULABLE="schedulable"
UNSCHEDULABLE="unschedulable"
short_description=CharField(max_length=32,help_text='A short description of this task, usually the name of the target and abbreviated task type.',blank=True,default="")
specifications_doc=JSONField(help_text='Schedulings for this task (IMMUTABLE).')
...
...
@@ -1281,6 +1289,9 @@ class TaskBlueprint(ProjectPropertyMixin, TemplateSchemaMixin, NamedCommon):