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