Added a new closed status to the questions
parent
e31d68e7b5
commit
9ad06256a0
|
@ -62,7 +62,8 @@ ISSUE_TYPES = (
|
||||||
QUESTION_STATUS = (
|
QUESTION_STATUS = (
|
||||||
(1, _("New"), False),
|
(1, _("New"), False),
|
||||||
(2, _("Pending"), False),
|
(2, _("Pending"), False),
|
||||||
(3, _("Answered"), True),
|
(3, _("Answered"), False),
|
||||||
|
(4, _("Closed"), True),
|
||||||
)
|
)
|
||||||
|
|
||||||
# TODO: pending to refactor
|
# TODO: pending to refactor
|
||||||
|
|
Loading…
Reference in New Issue