single workspace role for task order officers

This commit is contained in:
dandds
2019-01-08 14:36:32 -05:00
parent d41f233f5a
commit 95e7adfcf3
6 changed files with 41 additions and 36 deletions

View File

@@ -105,16 +105,10 @@ COMPLETION_DATE_RANGES = [
("Above 12 months", "Above 12 months"),
]
NONDISPLAY_ROLES = [
"contracting_officer",
"contracting_officer_representative",
"security_officer",
]
WORKSPACE_ROLES = [
(role["name"], {"name": role["display_name"], "description": role["description"]})
for role in WORKSPACE_ROLE_DEFINITIONS
if role["name"] not in NONDISPLAY_ROLES
if role["name"] is not "officer"
]
ENVIRONMENT_ROLES = [