Skip to content

Commit 8539d1a

Browse files
committed
fix fastticketing notifications
1 parent 4515c75 commit 8539d1a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
------------------
33

44
- search improvements [amleczko]
5+
- fix fastticketing notification [amleczko]
56

67

78
1.7.3 (2013-04-30)

por/dashboard/forms/fast_ticketing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Ticket(colander.Schema):
3030
widget=deform.widget.TextAreaWidget(
3131
cols=60,
3232
rows=5),
33-
missing=None,
33+
missing=colander.required,
3434
title=u'Description',
3535
description=u'use wiki syntax')
3636
owner = colander.SchemaNode(typ=colander.String(),

0 commit comments

Comments
 (0)