From d2a9ecdca93de4f6c72c5e1c8d53b3347b76c08d Mon Sep 17 00:00:00 2001
From: Mario Raciti <mario.raciti@inaf.it>
Date: Thu, 8 Apr 2021 12:10:17 +0200
Subject: [PATCH] TMSS-520: Fix readd PriorityQueueType model in
 populate_choices

---
 SAS/TMSS/backend/src/tmss/tmssapp/populate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SAS/TMSS/backend/src/tmss/tmssapp/populate.py b/SAS/TMSS/backend/src/tmss/tmssapp/populate.py
index 2ee68d17cd2..02575ebfc44 100644
--- a/SAS/TMSS/backend/src/tmss/tmssapp/populate.py
+++ b/SAS/TMSS/backend/src/tmss/tmssapp/populate.py
@@ -43,7 +43,7 @@ def populate_choices(apps, schema_editor):
     '''
     choice_classes = [Role, IOType, Datatype, Dataformat, CopyReason,
                       SubtaskState, SubtaskType, StationType, HashAlgorithm, SchedulingRelationPlacement,
-                      SystemSettingFlag, ProjectCategory, PeriodCategory, Quantity, TaskType, ProjectRole]
+                      SystemSettingFlag, ProjectCategory, PeriodCategory, Quantity, TaskType, ProjectRole, PriorityQueueType]
 
     # upload choices in parallel
     with ThreadPoolExecutor() as executor:
-- 
GitLab