From 5ec6112c0cc3ff9847a7e77537d8bf39249d5368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 21 Apr 2008 12:19:49 +0000 Subject: [PATCH] add absolute_url in acquired_property_id, so that getDefaultImageAbsoluteUrl work git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20703 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/DefaultImage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/PropertySheet/DefaultImage.py b/product/ERP5/PropertySheet/DefaultImage.py index 421b2d24af..e8868a533e 100644 --- a/product/ERP5/PropertySheet/DefaultImage.py +++ b/product/ERP5/PropertySheet/DefaultImage.py @@ -38,7 +38,7 @@ class DefaultImage: 'description' : 'The default image', 'type' : 'content', 'portal_type' : ('Image',), - 'acquired_property_id' : ('file', 'path'), + 'acquired_property_id' : ('file', 'path', 'absolute_url'), 'acquisition_base_category' : (), 'acquisition_portal_type' : (), 'acquisition_copy_value' : 0, -- 2.30.9