use reopen for all actions leading back to draft

This commit is contained in:
Helmut Merz 2013-01-16 11:13:57 +01:00
parent 68718000b6
commit 9f56ee4388
3 changed files with 4 additions and 4 deletions

Binary file not shown.

View file

@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: 0.13.0\n"
"POT-Creation-Date: 2007-05-22 12:00 CET\n"
"PO-Revision-Date: 2013-01-02 12:00 CET\n"
"PO-Revision-Date: 2013-01-16 12:00 CET\n"
"Last-Translator: Helmut Merz <helmutm@cy55.de>\n"
"Language-Team: loops developers <helmutm@cy55.de>\n"
"MIME-Version: 1.0\n"
@ -1043,7 +1043,7 @@ msgid "remove_classification"
msgstr "Klassifizierung entfernen"
msgid "retract"
msgstr "zurückziehen"
msgstr "einschränken"
msgid "show"
msgstr "anzeigen"

View file

@ -72,7 +72,7 @@ def publishableTask():
('zope.View', 'loops.Member'): Deny,
('zope.View', 'loops.Person'): Deny,
('zope.View', 'loops.Staff'): Deny,})),
State('active', 'active', ('retract', 'finish', 'publish', 'cancel',),
State('active', 'active', ('reopen', 'finish', 'publish', 'cancel',),
color='lightblue',
setSecurity=setPermissionsForRoles({
('zope.View', 'zope.Member'): Deny,
@ -80,7 +80,7 @@ def publishableTask():
('zope.View', 'loops.Person'): Allow,
('zope.View', 'loops.Staff'): Deny,})),
State('active_published', 'active (published)',
('retract', 'finish_published', 'retract', 'cancel',), color='blue',
('reopen', 'finish_published', 'retract', 'cancel',), color='blue',
setSecurity=setPermissionsForRoles({
('zope.View', 'zope.Member'): Allow,
('zope.View', 'loops.Member'): Allow,