add 'plan' action to checkup work items

This commit is contained in:
Helmut Merz 2013-02-26 10:52:44 +01:00
parent 2dcd73f56f
commit 074528711d

View file

@ -1,5 +1,5 @@
# #
# Copyright (c) 2012 Helmut Merz helmutm@cy55.de # Copyright (c) 2013 Helmut Merz helmutm@cy55.de
# #
# This program is free software; you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by
@ -156,7 +156,7 @@ workItemTypes = Jeep((
fields =('deadline',), fields =('deadline',),
indicator='work_deadline'), indicator='work_deadline'),
WorkItemType('checkup', u'Check-up', WorkItemType('checkup', u'Check-up',
actions=('accept', 'finish', 'cancel', actions=('plan', 'accept', 'finish', 'cancel',
'modify', 'delegate', 'close', 'reopen'), 'modify', 'delegate', 'close', 'reopen'),
fields =('deadline', 'start-end',), fields =('deadline', 'start-end',),
indicator='work_checkup', indicator='work_checkup',