Commit d3e75768 authored by Rafael Monnerat's avatar Rafael Monnerat

New action was added to Configure Alarms.

parent d12a3028
...@@ -232,6 +232,8 @@ class TestERP5Core(ERP5TypeTestCase, ZopeTestCase.Functional): ...@@ -232,6 +232,8 @@ class TestERP5Core(ERP5TypeTestCase, ZopeTestCase.Functional):
'id': 'types_tool'}, 'id': 'types_tool'},
{'id': 'property_sheet_tool', {'id': 'property_sheet_tool',
'title': 'Configure Property Sheets'}, 'title': 'Configure Property Sheets'},
{'id': 'portal_alarms_action',
'title': 'Configure Alarms'},
{'title': 'Undo', 'id': 'undo'}], {'title': 'Undo', 'id': 'undo'}],
'object': [], 'object': [],
'object_action': [{'id': 'post_query', 'title': 'Post a Query'}], 'object_action': [{'id': 'post_query', 'title': 'Post a Query'}],
......
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