From 074528711d69659c49304d003b75b12299b01c52 Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Tue, 26 Feb 2013 10:52:44 +0100 Subject: [PATCH] add 'plan' action to checkup work items --- organize/work.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/organize/work.py b/organize/work.py index 8c24655..39b8fb7 100644 --- a/organize/work.py +++ b/organize/work.py @@ -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 # it under the terms of the GNU General Public License as published by @@ -156,7 +156,7 @@ workItemTypes = Jeep(( fields =('deadline',), indicator='work_deadline'), WorkItemType('checkup', u'Check-up', - actions=('accept', 'finish', 'cancel', + actions=('plan', 'accept', 'finish', 'cancel', 'modify', 'delegate', 'close', 'reopen'), fields =('deadline', 'start-end',), indicator='work_checkup',