Commit a3865bbd authored by Bryton Lacquement's avatar Bryton Lacquement 🚪

bt5/erp5_csv_style: move actions from portal_properties to portal_actions

parent 673c0c7d
portal_properties | csv_export
portal_properties | csv_import
\ No newline at end of file
portal_actions | csv_export
portal_actions | csv_import
\ No newline at end of file
5.4.7
\ No newline at end of file
5.4.8
\ No newline at end of file
......@@ -363,6 +363,10 @@ class ERP5Site(FolderMixIn, PortalObjectBase, CacheCookieMixin):
# - updated
# - registered again after being unregistered
sm.registerUtility(aq_base(tool), tool_interface)
# "Symlink" for migration purposes (drop Products.CMFDefault)
self.portal_properties = self.portal_actions
return True
# backward compatibility auto-migration
......
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