Commit aa0a970f authored by Romain Courteaud's avatar Romain Courteaud

Revert "ZODB Components: Non-core bt5 with 'Document Component' overriding...

Revert "ZODB Components: Non-core bt5 with 'Document Component' overriding standard ERP5 Document must create its own version_priority."

This reverts commit ee686cac.
parent 1b982806
...@@ -10,15 +10,9 @@ ...@@ -10,15 +10,9 @@
<key> <string>default_reference</string> </key> <key> <string>default_reference</string> </key>
<value> <string>Person</string> </value> <value> <string>Person</string> </value>
</item> </item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>document.erp5_certificate_authority.Person</string> </value> <value> <string>document.erp5.Person</string> </value>
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
...@@ -67,28 +61,51 @@ ...@@ -67,28 +61,51 @@
</record> </record>
<record id="3" aka="AAAAAAAAAAM="> <record id="3" aka="AAAAAAAAAAM=">
<pickle> <pickle>
<global name="WorkflowHistoryList" module="Products.ERP5Type.Workflow"/> <global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <tuple>
<item> <none/>
<key> <string>_log</string> </key> <list>
<value> <dictionary>
<list> <item>
<dictionary> <key> <string>action</string> </key>
<item> <value> <string>validate</string> </value>
<key> <string>action</string> </key> </item>
<value> <string>validate</string> </value> <item>
</item> <key> <string>actor</string> </key>
<item> <value> <string>ERP5TypeTestCase</string> </value>
<key> <string>validation_state</string> </key> </item>
<value> <string>validated</string> </value> <item>
</item> <key> <string>comment</string> </key>
</dictionary> <value> <string></string> </value>
</list> </item>
</value> <item>
</item> <key> <string>time</string> </key>
</dictionary> <value>
<object>
<klass>
<global name="DateTime" module="DateTime.DateTime"/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1377844612.34</float>
<string>GMT+9</string>
</tuple>
</state>
</object>
</value>
</item>
<item>
<key> <string>validation_state</string> </key>
<value> <string>validated</string> </value>
</item>
</dictionary>
</list>
</tuple>
</pickle> </pickle>
</record> </record>
</ZopeData> </ZopeData>
document.erp5_certificate_authority.Person document.erp5.Person
\ No newline at end of file \ No newline at end of file
portal_components/document.erp5.Person
\ No newline at end of file
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
# #
############################################################################## ##############################################################################
from Products.ERP5.Document.Person import Person as ERP5Person from Products.ERP5.Document.Person import Person
from AccessControl import ClassSecurityInfo from AccessControl import ClassSecurityInfo
from Products.CMFCore.utils import _checkPermission from Products.CMFCore.utils import _checkPermission
from Products.CMFCore.exceptions import AccessControl_Unauthorized from Products.CMFCore.exceptions import AccessControl_Unauthorized
...@@ -35,7 +35,7 @@ from Products.CMFCore.exceptions import AccessControl_Unauthorized ...@@ -35,7 +35,7 @@ from Products.CMFCore.exceptions import AccessControl_Unauthorized
from Products.ERP5Type import Permissions, PropertySheet, Constraint from Products.ERP5Type import Permissions, PropertySheet, Constraint
class Person(ERP5Person): class Person(Person):
""" """
""" """
security = ClassSecurityInfo() security = ClassSecurityInfo()
......
document.erp5.EGovTypeInformation document.erp5.EGovTypeInformation
document.erp5_egov.Person document.erp5.Person
\ No newline at end of file \ No newline at end of file
portal_components/document.erp5.Person
\ No newline at end of file
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