From aedb6629bb173dc961459d90874e816027ad778b Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Wed, 15 Nov 2006 15:37:29 +0000 Subject: [PATCH] Only remove _dav_writelocks from XML. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11322 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../scripts/disableOtherPreferences.xml | 27 ------------------- product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 2 files changed, 1 insertion(+), 28 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/scripts/disableOtherPreferences.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/scripts/disableOtherPreferences.xml index 01dfa71b2e..cc7efdf780 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/scripts/disableOtherPreferences.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow/scripts/disableOtherPreferences.xml @@ -98,12 +98,6 @@ for p in portal.portal_preferences.searchFolder(spec=(\'ERP5 Preference\',)) :\n <none/> </value> </item> - <item> - <key> <string>_dav_writelocks</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> <item> <key> <string>_filepath</string> </key> <value> @@ -183,25 +177,4 @@ for p in portal.portal_preferences.searchFolder(spec=(\'ERP5 Preference\',)) :\n </dictionary> </pickle> </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <tuple> - <tuple> - <string>Persistence</string> - <string>PersistentMapping</string> - </tuple> - <none/> - </tuple> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>_container</string> </key> - <value> - <dictionary/> - </value> - </item> - </dictionary> - </pickle> - </record> </ZopeData> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 89a16a7ddc..7b27b25197 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -172 \ No newline at end of file +173 \ No newline at end of file -- 2.30.9