Commit ed050326 authored by Jérome Perrin's avatar Jérome Perrin

officejs_jquery_app: fix duplicate selection name

  'image_selection'
	'ImageModule_viewImageList/listbox': set(['erp5_dms'])
	'ImageModule_viewImageListAsJioForImageEditor/listbox': set(['erp5_image_editor'])
  'web_page_module_view_web_page_list_selection'
	'DocumentModule_viewDocumentListAsJioForOofficeSpreadsheetEditor/listbox': set(['erp5_ooffice_spreadsheet_editor'])
	'DocumentModule_viewDocumentListAsJioForOofficePresentationEditor/listbox': set(['erp5_ooffice_presentation_editor'])
	'WebPageModule_viewWebPageList/listbox': set(['erp5_web'])
	'DocumentModule_viewDocumentListAsJioForOofficeTextEditor/listbox': set(['erp5_ooffice_text_editor'])
	'WebPageModule_viewWebTableListAsJioForWebTableEditor/listbox': set(['erp5_web_table_editor'])
parent e0f2e160
......@@ -297,7 +297,7 @@
</item>
<item>
<key> <string>selection_name</string> </key>
<value> <string>image_selection</string> </value>
<value> <string>image_module_image_list_as_jio_for_image_editor_selection</string> </value>
</item>
<item>
<key> <string>sort</string> </key>
......
......@@ -289,7 +289,7 @@
</item>
<item>
<key> <string>selection_name</string> </key>
<value> <string>web_page_module_view_web_page_list_selection</string> </value>
<value> <string>web_page_module_document_list_as_jio_for_web_table_editor_selection</string> </value>
</item>
<item>
<key> <string>sort</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