Commit da9f359d authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_crm: Fixup Naming conventions on the forms

  This fixes name convention tests:

     /portal_skins/slapos_crm_monitoring/SupportRequestModule_viewExportMonitorOPMLList
     'message': 'erp5-Guideline.Form.Report.Dialog.Is.Postfixed.With.Dialog: Dialog form name must follow ${portal_type}_view.*Dialog naming'

     /portal_skins/slapos_crm_monitoring/SupportRequestModule_viewInstanceMessageList
     'message': 'erp5-Guideline.Form.Report.Dialog.Is.Postfixed.With.Dialog: Dialog form name must follow ${portal_type}_view.*Dialog naming'

     portal_skins/slapos_crm_monitoring/SupportRequestModule_viewSupportRequestMonitorLinkList
       'message': 'erp5-Guideline.Report.Name.Uses.Portal.Type.Followed.By.View.Report.Name.And.Report: Report form name must follow ${portal_type}_view.*Report naming'
parent 13ec7d1d
......@@ -73,7 +73,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/SupportRequestModule_viewInstanceMessageList</string> </value>
<value> <string>string:${object_url}/SupportRequestModule_viewInstanceMessageListDialog</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -73,7 +73,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/SupportRequestModule_viewSupportRequestMonitorLinkList</string> </value>
<value> <string>string:${object_url}/SupportRequestModule_viewSupportRequestMonitorLinkListReport</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -73,7 +73,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/SupportRequestModule_viewExportMonitorOPMLList</string> </value>
<value> <string>string:${object_url}/SupportRequestModule_viewExportMonitorOPMLListDialog</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -16,6 +16,10 @@
<key> <string>action</string> </key>
<value> <string>SupportRequestModule_getMonitoringOPMLDescriptionList</string> </value>
</item>
<item>
<key> <string>action_title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
......@@ -87,7 +91,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>SupportRequestModule_viewExportMonitorOPMLList</string> </value>
<value> <string>SupportRequestModule_viewExportMonitorOPMLListDialog</string> </value>
</item>
<item>
<key> <string>method</string> </key>
......@@ -95,7 +99,7 @@
</item>
<item>
<key> <string>name</string> </key>
<value> <string>SupportRequestModule_viewExportMonitorOPMLList</string> </value>
<value> <string>SupportRequestModule_viewExportMonitorOPMLListDialog</string> </value>
</item>
<item>
<key> <string>pt</string> </key>
......@@ -119,7 +123,7 @@
</item>
<item>
<key> <string>update_action</string> </key>
<value> <string>SupportRequestModule_viewExportMonitorOPMLList</string> </value>
<value> <string>SupportRequestModule_viewExportMonitorOPMLListDialog</string> </value>
</item>
<item>
<key> <string>update_action_title</string> </key>
......
......@@ -35,7 +35,11 @@
</item>
<item>
<key> <string>action</string> </key>
<value> <string>SupportRequestModule_viewInstanceMessageList</string> </value>
<value> <string>SupportRequestModule_viewInstanceMessageListDialog</string> </value>
</item>
<item>
<key> <string>action_title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -108,7 +112,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>SupportRequestModule_viewInstanceMessageList</string> </value>
<value> <string>SupportRequestModule_viewInstanceMessageListDialog</string> </value>
</item>
<item>
<key> <string>method</string> </key>
......
......@@ -16,6 +16,10 @@
<key> <string>action</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>action_title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
......@@ -87,7 +91,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>SupportRequestModule_viewSupportRequestMonitorLinkList</string> </value>
<value> <string>SupportRequestModule_viewSupportRequestMonitorLinkListReport</string> </value>
</item>
<item>
<key> <string>method</string> </key>
......@@ -95,7 +99,7 @@
</item>
<item>
<key> <string>name</string> </key>
<value> <string>SupportRequestModule_viewSupportRequestMonitorLinkList</string> </value>
<value> <string>SupportRequestModule_viewSupportRequestMonitorLinkListReport</string> </value>
</item>
<item>
<key> <string>pt</string> </key>
......
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