diff --git a/CHANGES.txt b/CHANGES.txt index b89c3a5..07bb908 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -23,7 +23,11 @@ Changelog [timo] - Ukrainian translation added. - [chervol] + [chervol] + +- Remove one_state_workflow customizations. + [timo] + 2.0.9 (2011-07-25) ------------------ diff --git a/plone/app/discussion/profiles/default/workflows.xml b/plone/app/discussion/profiles/default/workflows.xml index d94ce24..22e5237 100644 --- a/plone/app/discussion/profiles/default/workflows.xml +++ b/plone/app/discussion/profiles/default/workflows.xml @@ -1,7 +1,6 @@ - diff --git a/plone/app/discussion/profiles/default/workflows/one_state_workflow/definition.xml b/plone/app/discussion/profiles/default/workflows/one_state_workflow/definition.xml deleted file mode 100644 index aafb024..0000000 --- a/plone/app/discussion/profiles/default/workflows/one_state_workflow/definition.xml +++ /dev/null @@ -1,106 +0,0 @@ - - - - Access contents information - Change portal events - List folder contents - Modify portal content - View - - - - Visible to everyone, editable by the owner. - - - Anonymous - - - Manager - Owner - Editor - - - Anonymous - - - Manager - Owner - Editor - - - Anonymous - - - - - Previous transition - - transition/getId|nothing - - - - - - - - The ID of the user who performed the previous transition - - - user/getId - - - - - - - - Comment about the last transition - - - python:state_change.kwargs.get('comment', '') - - - - - - - - Provides access to workflow history - - - state_change/getHistory - - - Request review - Review portal content - - - - - - When the previous transition was performed - - - state_change/getDateTime - - - - - -