workflows: removed bound workflows for thesaurus and keywords

(manual cherry pick of 720b1bbed0a95e5459d2d5789c133c17ac849ccf)
This commit is contained in:
David Convent 2013-04-13 16:53:17 +02:00 committed by Frédéric Péters
parent 48863468ed
commit a31a19fe9c
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<?xml version="1.0"?>
<object name="portal_workflow" meta_type="Plone Workflow Tool">
<bindings>
<type type_id="dmskeyword">
<bound-workflow workflow_id=""/>
</type>
<type type_id="dmsthesaurus">
<bound-workflow workflow_id=""/>
</type>
</bindings>
</object>