From 674e5696162da182430a9b2844ade243f908fef4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bartek=20G=C3=B3rny?= <bartek@gorny.edu.pl>
Date: Thu, 8 Feb 2007 16:57:10 +0000
Subject: [PATCH] No condition on title field editability (not really needed,
 and caused problems in web mode)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12584 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../erp5_dms/OOoDocument_view/my_title.xml    | 23 +------------------
 bt5/erp5_dms/bt/revision                      |  2 +-
 2 files changed, 2 insertions(+), 23 deletions(-)

diff --git a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/OOoDocument_view/my_title.xml b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/OOoDocument_view/my_title.xml
index 2ffbd45506..c920ef323f 100644
--- a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/OOoDocument_view/my_title.xml
+++ b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/OOoDocument_view/my_title.xml
@@ -140,9 +140,7 @@
                 </item>
                 <item>
                     <key> <string>editable</string> </key>
-                    <value>
-                      <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
-                    </value>
+                    <value> <string></string> </value>
                 </item>
                 <item>
                     <key> <string>enabled</string> </key>
@@ -265,23 +263,4 @@
       </dictionary>
     </pickle>
   </record>
-  <record id="2" aka="AAAAAAAAAAI=">
-    <pickle>
-      <tuple>
-        <tuple>
-          <string>Products.Formulator.TALESField</string>
-          <string>TALESMethod</string>
-        </tuple>
-        <none/>
-      </tuple>
-    </pickle>
-    <pickle>
-      <dictionary>
-        <item>
-            <key> <string>_text</string> </key>
-            <value> <string>here/hasOOFile</string> </value>
-        </item>
-      </dictionary>
-    </pickle>
-  </record>
 </ZopeData>
diff --git a/bt5/erp5_dms/bt/revision b/bt5/erp5_dms/bt/revision
index 84ccffd556..eed0d1a4ad 100644
--- a/bt5/erp5_dms/bt/revision
+++ b/bt5/erp5_dms/bt/revision
@@ -1 +1 @@
-505
\ No newline at end of file
+506
\ No newline at end of file
-- 
2.30.9