Commit c0d7fb76 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Add comment about reset and Interaction Workflow when changing version_priority.

parent 1c39b149
...@@ -448,7 +448,8 @@ class ERP5Site(FolderMixIn, CMFSite, CacheCookieMixin): ...@@ -448,7 +448,8 @@ class ERP5Site(FolderMixIn, CMFSite, CacheCookieMixin):
'setVersionPriority' ) 'setVersionPriority' )
def setVersionPriority(self, value): def setVersionPriority(self, value):
""" """
XXX-arnau: really hackish... XXX-arnau: must be written through an interaction workflow when ERP5Site
will become a real ERP5 object...
""" """
self._version_priority = value self._version_priority = value
......
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