From b543540fee626ad5808a98e030376acca613c170 Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Sat, 5 May 2007 15:24:13 +0000 Subject: [PATCH] Renamed portal type to reduce risk of name conflict. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14391 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5SyncML/Publication.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/product/ERP5SyncML/Publication.py b/product/ERP5SyncML/Publication.py index 62f6808c63..43a6b0bb94 100644 --- a/product/ERP5SyncML/Publication.py +++ b/product/ERP5SyncML/Publication.py @@ -129,12 +129,11 @@ class Publication(Subscription): """ meta_type='ERP5 Publication' - portal_type='Publication' # may be useful in the future... + portal_type='SyncML Publication' # may be useful in the future... isPortalContent = 1 isRADContent = 1 icon = None - # Declarative properties property_sheets = ( PropertySheet.Base , PropertySheet.SimpleItem ) -- 2.30.9