use reopen for all actions leading back to draft
This commit is contained in:
parent
68718000b6
commit
9f56ee4388
3 changed files with 4 additions and 4 deletions
Binary file not shown.
|
@ -3,7 +3,7 @@ msgstr ""
|
||||||
|
|
||||||
"Project-Id-Version: 0.13.0\n"
|
"Project-Id-Version: 0.13.0\n"
|
||||||
"POT-Creation-Date: 2007-05-22 12:00 CET\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"
|
"Last-Translator: Helmut Merz <helmutm@cy55.de>\n"
|
||||||
"Language-Team: loops developers <helmutm@cy55.de>\n"
|
"Language-Team: loops developers <helmutm@cy55.de>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -1043,7 +1043,7 @@ msgid "remove_classification"
|
||||||
msgstr "Klassifizierung entfernen"
|
msgstr "Klassifizierung entfernen"
|
||||||
|
|
||||||
msgid "retract"
|
msgid "retract"
|
||||||
msgstr "zurückziehen"
|
msgstr "einschränken"
|
||||||
|
|
||||||
msgid "show"
|
msgid "show"
|
||||||
msgstr "anzeigen"
|
msgstr "anzeigen"
|
||||||
|
|
|
@ -72,7 +72,7 @@ def publishableTask():
|
||||||
('zope.View', 'loops.Member'): Deny,
|
('zope.View', 'loops.Member'): Deny,
|
||||||
('zope.View', 'loops.Person'): Deny,
|
('zope.View', 'loops.Person'): Deny,
|
||||||
('zope.View', 'loops.Staff'): Deny,})),
|
('zope.View', 'loops.Staff'): Deny,})),
|
||||||
State('active', 'active', ('retract', 'finish', 'publish', 'cancel',),
|
State('active', 'active', ('reopen', 'finish', 'publish', 'cancel',),
|
||||||
color='lightblue',
|
color='lightblue',
|
||||||
setSecurity=setPermissionsForRoles({
|
setSecurity=setPermissionsForRoles({
|
||||||
('zope.View', 'zope.Member'): Deny,
|
('zope.View', 'zope.Member'): Deny,
|
||||||
|
@ -80,7 +80,7 @@ def publishableTask():
|
||||||
('zope.View', 'loops.Person'): Allow,
|
('zope.View', 'loops.Person'): Allow,
|
||||||
('zope.View', 'loops.Staff'): Deny,})),
|
('zope.View', 'loops.Staff'): Deny,})),
|
||||||
State('active_published', 'active (published)',
|
State('active_published', 'active (published)',
|
||||||
('retract', 'finish_published', 'retract', 'cancel',), color='blue',
|
('reopen', 'finish_published', 'retract', 'cancel',), color='blue',
|
||||||
setSecurity=setPermissionsForRoles({
|
setSecurity=setPermissionsForRoles({
|
||||||
('zope.View', 'zope.Member'): Allow,
|
('zope.View', 'zope.Member'): Allow,
|
||||||
('zope.View', 'loops.Member'): Allow,
|
('zope.View', 'loops.Member'): Allow,
|
||||||
|
|
Loading…
Add table
Reference in a new issue