Tag tickets that haven’t filled volumes

This commit is contained in:
Chris Hill-Scott
2019-02-27 17:15:09 +00:00
parent 5f4280cf81
commit 7ac9884dd5
3 changed files with 38 additions and 1 deletions

View File

@@ -1064,6 +1064,7 @@ def _get_request_to_go_live_tags(service, agreement_signed):
for test, tag in (
(True, ''),
(not service.volumes, '_volumes'),
(not service.go_live_checklist_completed, '_checklist'),
(not agreement_signed, '_mou'),
(service.needs_to_add_email_reply_to_address, '_email_reply_to'),