Commit 0f9ac845 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_erp5: Update PAS Constraint to TemplateTool

parent 2edd197c
Pipeline #32927 failed with stage
in 0 seconds
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
</portal_type> </portal_type>
<portal_type id="Template Tool"> <portal_type id="Template Tool">
<item>TemplateToolBusinessApplicationModuleCategoryConstraint</item> <item>TemplateToolBusinessApplicationModuleCategoryConstraint</item>
<item>TemplateToolPASConsistencyConstraint</item>
</portal_type> </portal_type>
<portal_type id="Web Site Module"> <portal_type id="Web Site Module">
<item>WebSiteModuleShacacheConstraint</item> <item>WebSiteModuleShacacheConstraint</item>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Property Sheet" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_count</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>_mt_index</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>_tree</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>TemplateToolPASConsistencyConstraint</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Property Sheet</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="Length" module="BTrees.Length"/>
</pickle>
<pickle> <int>0</int> </pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<global name="OOBTree" module="BTrees.OOBTree"/>
</pickle>
<pickle>
<none/>
</pickle>
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<global name="OOBTree" module="BTrees.OOBTree"/>
</pickle>
<pickle>
<none/>
</pickle>
</record>
</ZopeData>
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</item> </item>
<item> <item>
<key> <string>script_id</string> </key> <key> <string>script_id</string> </key>
<value> <string>CertificateAuthorityTool_checkSlapOSPASConsistency</string> </value> <value> <string>TemplateTool_checkSlapOSPASConsistency</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>CertificateAuthorityTool_checkSlapOSPASConsistency</string> </value> <value> <string>TemplateTool_checkSlapOSPASConsistency</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -302,6 +302,7 @@ def makeTestSlapOSCodingStyleTestCase(tested_business_template): ...@@ -302,6 +302,7 @@ def makeTestSlapOSCodingStyleTestCase(tested_business_template):
'slapos_base/Login_notifyPasswordExpire', 'slapos_base/Login_notifyPasswordExpire',
'slapos_base/Person_applyContractInvitation', 'slapos_base/Person_applyContractInvitation',
'slapos_base/ERP5Site_getAvailableOAuthLoginList', 'slapos_base/ERP5Site_getAvailableOAuthLoginList',
'slapos_erp5/CertificateAuthorityTool_checkCertificateAuthorityConsistency',
'slapos_erp5/CatalogTool_checkNoneCreationDateConsistency'] 'slapos_erp5/CatalogTool_checkNoneCreationDateConsistency']
SlapOSTestCaseMixin.afterSetUp(self) SlapOSTestCaseMixin.afterSetUp(self)
......
...@@ -8,4 +8,5 @@ Invitation Token | Reference ...@@ -8,4 +8,5 @@ Invitation Token | Reference
Invitation Token | Url Invitation Token | Url
Organisation | GeographicOrganisation Organisation | GeographicOrganisation
Template Tool | TemplateToolBusinessApplicationModuleCategoryConstraint Template Tool | TemplateToolBusinessApplicationModuleCategoryConstraint
Template Tool | TemplateToolPASConsistencyConstraint
Web Site Module | WebSiteModuleShacacheConstraint Web Site Module | WebSiteModuleShacacheConstraint
\ No newline at end of file
...@@ -6,4 +6,4 @@ ShacacheSystemPreference ...@@ -6,4 +6,4 @@ ShacacheSystemPreference
SlapOSModuleIdGeneratorConstraint SlapOSModuleIdGeneratorConstraint
TemplateToolBusinessApplicationModuleCategoryConstraint TemplateToolBusinessApplicationModuleCategoryConstraint
TemplateToolPASConsistencyConstraint TemplateToolPASConsistencyConstraint
WebSiteModuleShacacheConstraint WebSiteModuleShacacheConstraint
\ 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