Commit b0530a15 authored by Arnaud Fontaine's avatar Arnaud Fontaine

erp5_autocompletion_ui: Rename ERP5Site_getCompletionList for naming consistency sake.

parent 2ba2ab08
......@@ -79,7 +79,7 @@ return dumps(result_dict_list, indent=4)\n
</item>
<item>
<key> <string>id</string> </key>
<value> <string>ERP5Site_getCompletionList</string> </value>
<value> <string>ERP5Site_getCompletionDictList</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -36,7 +36,7 @@
<key> <string>_text</string> </key>
<value> <unicode encoding="cdata"><![CDATA[
<tal:block tal:define="update_path python: container.ERP5Site_getCompletionList.absolute_url()">\n
<tal:block tal:define="update_path python: container.ERP5Site_getCompletionDictList.absolute_url()">\n
$(function() {\n
// private\n
function generateSource(params) {\n
......
2014-02-07 arnaud.fontaine
* Rename ERP5Site_getCompletionList for naming consistency sake.
2014-02-07 arnaud.fontaine
* Allow customisation of object property being showed with autocompletion.
......
16
\ No newline at end of file
17
\ No newline at end of file
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