Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5-Boxiang
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hamza
erp5-Boxiang
Commits
91933002
Commit
91933002
authored
Feb 07, 2014
by
Arnaud Fontaine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_autocompletion_ui: Rename ERP5Site_getCompletionList for naming consistency sake.
parent
88df8a25
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
+6
-3
bt5/erp5_autocompletion_ui/SkinTemplateItem/portal_skins/erp5_autocompletion_ui/ERP5Site_getCompletionDictList.xml
...erp5_autocompletion_ui/ERP5Site_getCompletionDictList.xml
+1
-1
bt5/erp5_autocompletion_ui/SkinTemplateItem/portal_skins/erp5_autocompletion_ui/jquery.erp5.autocompletion.js.xml
.../erp5_autocompletion_ui/jquery.erp5.autocompletion.js.xml
+1
-1
bt5/erp5_autocompletion_ui/bt/change_log
bt5/erp5_autocompletion_ui/bt/change_log
+3
-0
bt5/erp5_autocompletion_ui/bt/revision
bt5/erp5_autocompletion_ui/bt/revision
+1
-1
No files found.
bt5/erp5_autocompletion_ui/SkinTemplateItem/portal_skins/erp5_autocompletion_ui/ERP5Site_getCompletionList.xml
→
bt5/erp5_autocompletion_ui/SkinTemplateItem/portal_skins/erp5_autocompletion_ui/ERP5Site_getCompletion
Dict
List.xml
View file @
91933002
...
...
@@ -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_getCompletion
Dict
List
</string>
</value>
</item>
</dictionary>
</pickle>
...
...
bt5/erp5_autocompletion_ui/SkinTemplateItem/portal_skins/erp5_autocompletion_ui/jquery.erp5.autocompletion.js.xml
View file @
91933002
...
...
@@ -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_getCompletion
Dict
List.absolute_url()">
\n
$(function() {\n
// private\n
function generateSource(params) {\n
...
...
bt5/erp5_autocompletion_ui/bt/change_log
View file @
91933002
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.
...
...
bt5/erp5_autocompletion_ui/bt/revision
View file @
91933002
14
\ No newline at end of file
15
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment