diff --git a/organize/member.py b/organize/member.py index 99cc5b3..9753bd6 100644 --- a/organize/member.py +++ b/organize/member.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2009 Helmut Merz helmutm@cy55.de +# Copyright (c) 2012 Helmut Merz helmutm@cy55.de # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -18,8 +18,6 @@ """ Member registration adapter(s). - -$Id$ """ from zope import interface, component, schema diff --git a/organize/work/report.py b/organize/work/report.py index 69e2541..bd558cf 100644 --- a/organize/work/report.py +++ b/organize/work/report.py @@ -251,7 +251,9 @@ class MeetingMinutesWork(WorkReportInstance, SubReport): fields = Jeep((workTitle, party, day, state)) #description, defaultOutputFields = fields - states = ('planned',) + defaultSortCriteria = (day,) + states = ('planned', 'accepted', 'running', 'done', + 'finished', 'closed', 'moved') @property def queryCriteria(self):