From 9d373e91752003ef8f42a0cc66293a47a7c53719 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bartek=20G=C3=B3rny?= <bartek@gorny.edu.pl>
Date: Mon, 29 Jan 2007 14:59:53 +0000
Subject: [PATCH] Reimplemented validation flag as publication workflow
 variable.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12438 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../document_validation_workflow.xml          | 84 -------------------
 bt5/erp5_dms/bt/revision                      |  2 +-
 2 files changed, 1 insertion(+), 85 deletions(-)
 delete mode 100644 bt5/erp5_dms/WorkflowTemplateItem/portal_workflow/document_validation_workflow.xml

diff --git a/bt5/erp5_dms/WorkflowTemplateItem/portal_workflow/document_validation_workflow.xml b/bt5/erp5_dms/WorkflowTemplateItem/portal_workflow/document_validation_workflow.xml
deleted file mode 100644
index bd7018e720..0000000000
--- a/bt5/erp5_dms/WorkflowTemplateItem/portal_workflow/document_validation_workflow.xml
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0"?>
-<ZopeData>
-  <record id="1" aka="AAAAAAAAAAE=">
-    <pickle>
-      <tuple>
-        <tuple>
-          <string>Products.DCWorkflow.DCWorkflow</string>
-          <string>DCWorkflowDefinition</string>
-        </tuple>
-        <none/>
-      </tuple>
-    </pickle>
-    <pickle>
-      <dictionary>
-        <item>
-            <key> <string>__ac_local_roles__</string> </key>
-            <value>
-              <none/>
-            </value>
-        </item>
-        <item>
-            <key> <string>_objects</string> </key>
-            <value>
-              <tuple/>
-            </value>
-        </item>
-        <item>
-            <key> <string>_owner</string> </key>
-            <value>
-              <none/>
-            </value>
-        </item>
-        <item>
-            <key> <string>creation_guard</string> </key>
-            <value>
-              <none/>
-            </value>
-        </item>
-        <item>
-            <key> <string>description</string> </key>
-            <value> <string>The validation allows for making sure information entered into the system has been validated by relevant agents before it is shared.</string> </value>
-        </item>
-        <item>
-            <key> <string>groups</string> </key>
-            <value>
-              <tuple/>
-            </value>
-        </item>
-        <item>
-            <key> <string>id</string> </key>
-            <value> <string>document_validation_workflow</string> </value>
-        </item>
-        <item>
-            <key> <string>initial_state</string> </key>
-            <value> <string>draft</string> </value>
-        </item>
-        <item>
-            <key> <string>manager_bypass</string> </key>
-            <value> <int>0</int> </value>
-        </item>
-        <item>
-            <key> <string>permissions</string> </key>
-            <value>
-              <tuple/>
-            </value>
-        </item>
-        <item>
-            <key> <string>state_var</string> </key>
-            <value> <string>validation_state</string> </value>
-        </item>
-        <item>
-            <key> <string>title</string> </key>
-            <value> <string>Validation Workflow</string> </value>
-        </item>
-        <item>
-            <key> <string>uid</string> </key>
-            <value>
-              <none/>
-            </value>
-        </item>
-      </dictionary>
-    </pickle>
-  </record>
-</ZopeData>
diff --git a/bt5/erp5_dms/bt/revision b/bt5/erp5_dms/bt/revision
index a6d80d5841..4c9bbbfa9a 100644
--- a/bt5/erp5_dms/bt/revision
+++ b/bt5/erp5_dms/bt/revision
@@ -1 +1 @@
-466
\ No newline at end of file
+468
\ No newline at end of file
-- 
2.30.9