💩 💩 🚽 Cleaning the poo 💩 💩 🚽

remotes/origin/enhancement/email-actions
David Barragán Merino 2013-11-05 16:21:33 +01:00
parent 578478c735
commit e91fcefbbe
1 changed files with 0 additions and 13 deletions

View File

@ -65,16 +65,3 @@ QUESTION_STATUS = (
(3, _("Closed"), True, False),
)
# TODO: pending to refactor
TASK_COMMENT = 1
TASK_STATUS_CHANGE = 2
TASK_PRIORITY_CHANGE = 3
TASK_ASSIGNATION_CHANGE = 4
TASK_CHANGE_CHOICES = (
(TASK_COMMENT, _("Task comment")),
(TASK_STATUS_CHANGE, _("Task status change")),
(TASK_PRIORITY_CHANGE, _("Task prioriy change")),
(TASK_ASSIGNATION_CHANGE, _("Task assignation change")),
)