We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4515c75 commit 8539d1aCopy full SHA for 8539d1a
CHANGES.txt
@@ -2,6 +2,7 @@
2
------------------
3
4
- search improvements [amleczko]
5
+- fix fastticketing notification [amleczko]
6
7
8
1.7.3 (2013-04-30)
por/dashboard/forms/fast_ticketing.py
@@ -30,7 +30,7 @@ class Ticket(colander.Schema):
30
widget=deform.widget.TextAreaWidget(
31
cols=60,
32
rows=5),
33
- missing=None,
+ missing=colander.required,
34
title=u'Description',
35
description=u'use wiki syntax')
36
owner = colander.SchemaNode(typ=colander.String(),
0 commit comments