Commit 42446f0f authored by Rafael Monnerat's avatar Rafael Monnerat

Move Introspection Tool creation to instance bootstrap

portal_instrospections is been used by SlapOS as a single place for detect
lack of configuration (ie.: Missing bt5s, Missing memcache configuration...)

Move to tnstance creation make things cleaner and it creates a standard
place for information collection.
parent dd36cf06
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Introspection Tool" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>portal_introspections</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
986
\ No newline at end of file
987
\ No newline at end of file
portal_introspections
\ No newline at end of file
portal_introspections
portal_roundings
portal_solver_processes
portal_solvers
......
......@@ -1694,6 +1694,7 @@ class ERP5Generator(PortalGenerator):
addERP5Tool(p, 'portal_domains', 'Domain Tool')
addERP5Tool(p, 'portal_tests', 'Test Tool')
addERP5Tool(p, 'portal_password', 'Password Tool')
addERP5Tool(p, 'portal_introspections', 'Introspection Tool')
addERP5Tool(p, 'portal_acknowledgements', 'Acknowledgement Tool')
# Add ERP5Type Tool
......
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