update editing rules (still only informative) to changed list of work item states
This commit is contained in:
parent
5ab63ee78c
commit
65181d3098
1 changed files with 16 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 Helmut Merz helmutm@cy55.de
|
# Copyright (c) 2016 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
|
||||||
|
@ -111,21 +111,21 @@ fieldNames = ['title', 'description', 'deadline', 'priority', 'activity',
|
||||||
# . default (may be empty)
|
# . default (may be empty)
|
||||||
|
|
||||||
editingRules = dict(
|
editingRules = dict(
|
||||||
plan = {'*': '+++.....+'},
|
plan = {'*': '+++++.....+'},
|
||||||
accept = {'*': '+++.....-',
|
accept = {'*': '+++++.....-',
|
||||||
'planned': '+++++++.-',
|
'planned': '+++++++++.-',
|
||||||
'accepted': '+++++++.-'},
|
'accepted': '+++++++++.-'},
|
||||||
start = {'*': '+++./...-'},
|
start = {'*': '+++++./...-'},
|
||||||
work = {'*': '+++.....-',
|
work = {'*': '+++++.....-',
|
||||||
'running': '++++....-'},
|
'running': '++++++....-'},
|
||||||
finish = {'*': '+++.....-',
|
finish = {'*': '+++++.....-',
|
||||||
'running': '++++....-'},
|
'running': '++++++....-'},
|
||||||
cancel = {'*': '+++////./'},
|
cancel = {'*': '+++++////./'},
|
||||||
modify = {'*': '+++++++++'},
|
modify = {'*': '+++++++++++'},
|
||||||
delegate= {'*': '+++++++.+'},
|
delegate= {'*': '+++++++++.+'},
|
||||||
move = {'*': '+++++++.-'},
|
move = {'*': '+++++++++.-'},
|
||||||
close = {'*': '+++////./'},
|
close = {'*': '+++++////./'},
|
||||||
reopen = {'*': '+++////./'},
|
reopen = {'*': '+++++////./'},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue