Commit b543540f authored by Jean-Paul Smets's avatar Jean-Paul Smets

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
parent 5ea543d3
......@@ -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 )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment