From 421f569aaf4995091504f7c8358905eac7f48edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20G=C3=B3rny?= <bartek@gorny.edu.pl> Date: Fri, 26 Jan 2007 12:03:02 +0000 Subject: [PATCH] fixed a really dumb bug git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12386 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_types/Document%20Module/webdav.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bt5/erp5_dms/ActionTemplateItem/portal_types/Document%20Module/webdav.xml b/bt5/erp5_dms/ActionTemplateItem/portal_types/Document%20Module/webdav.xml index b3c5f6ad5e..184c650f75 100644 --- a/bt5/erp5_dms/ActionTemplateItem/portal_types/Document%20Module/webdav.xml +++ b/bt5/erp5_dms/ActionTemplateItem/portal_types/Document%20Module/webdav.xml @@ -83,7 +83,7 @@ <dictionary> <item> <key> <string>text</string> </key> - <value> <string>python:object_url.replace(\'http\', \'webdav\').replace(\'https\', \'webdav\')</string> </value> + <value> <string>python:object_url.replace(\'https\', \'webdav\').replace(\'http\', \'webdav\')</string> </value> </item> </dictionary> </pickle> -- 2.30.9