diff --git a/bt5/erp5_base/ToolTemplateItem/portal_introspections.xml b/bt5/erp5_base/ToolTemplateItem/portal_introspections.xml deleted file mode 100644 index 6d89837baa75acc44da67f2702470fd5e59a1f50..0000000000000000000000000000000000000000 --- a/bt5/erp5_base/ToolTemplateItem/portal_introspections.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?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> diff --git a/bt5/erp5_base/bt/revision b/bt5/erp5_base/bt/revision index be9c5191bd07baddc919d5b963c39912eba8cd85..0272c1ec6a29c149b3f5f0abfac50d127942d32d 100644 --- a/bt5/erp5_base/bt/revision +++ b/bt5/erp5_base/bt/revision @@ -1 +1 @@ -986 \ No newline at end of file +987 \ No newline at end of file diff --git a/bt5/erp5_base/bt/template_keep_path_list b/bt5/erp5_base/bt/template_keep_path_list new file mode 100644 index 0000000000000000000000000000000000000000..c35ef648d52a755fede9654d4f9e23c64235f146 --- /dev/null +++ b/bt5/erp5_base/bt/template_keep_path_list @@ -0,0 +1 @@ +portal_introspections \ No newline at end of file diff --git a/bt5/erp5_base/bt/template_tool_id_list b/bt5/erp5_base/bt/template_tool_id_list index 0225668d77c0c19305bdea4d613899b482d1ed89..6c7ee7c4501b12406516d288845b6f498391f0a8 100644 --- a/bt5/erp5_base/bt/template_tool_id_list +++ b/bt5/erp5_base/bt/template_tool_id_list @@ -1,4 +1,3 @@ -portal_introspections portal_roundings portal_solver_processes portal_solvers diff --git a/product/ERP5/ERP5Site.py b/product/ERP5/ERP5Site.py index aef3eb2ae88577c6c71458b873e626e033cfa342..861dd87171177bca63674f60a4e8d5a99c9e1c04 100644 --- a/product/ERP5/ERP5Site.py +++ b/product/ERP5/ERP5Site.py @@ -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