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
e3636063
Commit
e3636063
authored
Jan 27, 2014
by
Arnaud Fontaine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_autocompletion_ui: Serialization of array was broken with ERP5.
parent
9f0577c7
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
3 deletions
+10
-3
bt5/erp5_autocompletion_ui/SkinTemplateItem/portal_skins/erp5_autocompletion_ui/jquery.erp5.autocompletion.js.xml
.../erp5_autocompletion_ui/jquery.erp5.autocompletion.js.xml
+3
-0
bt5/erp5_autocompletion_ui/bt/change_log
bt5/erp5_autocompletion_ui/bt/change_log
+3
-0
bt5/erp5_autocompletion_ui/bt/copyright_list
bt5/erp5_autocompletion_ui/bt/copyright_list
+1
-1
bt5/erp5_autocompletion_ui/bt/maintainer_list
bt5/erp5_autocompletion_ui/bt/maintainer_list
+2
-1
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/jquery.erp5.autocompletion.js.xml
View file @
e3636063
...
...
@@ -52,6 +52,9 @@ $(function() {\n
dataType: "json",\n
data: data,\n
success: response,\n
// Otherwise JQuery would serialize an array to portal_type[]=p1
&
portal_type[]=p2\n
// instead of Zope portal_type=p1
&
portal_type=p2\n
traditional: true,\n
});\n
};\n
}\n
...
...
bt5/erp5_autocompletion_ui/bt/change_log
View file @
e3636063
2014-01-27 arnaud.fontaine
* Serialization of array was broken with ERP5.
2014-01-21 arnaud.fontaine
* Use json instead of deprecated Products.ERP5Type.JSON.
...
...
bt5/erp5_autocompletion_ui/bt/copyright_list
View file @
e3636063
Copyright (c) 2010 Nexedi SA
\ No newline at end of file
Copyright (c) 2010-2014 Nexedi SA
\ No newline at end of file
bt5/erp5_autocompletion_ui/bt/maintainer_list
View file @
e3636063
nicolas.dumazet
\ No newline at end of file
nicolas.dumazet
arnaud.fontaine
\ No newline at end of file
bt5/erp5_autocompletion_ui/bt/revision
View file @
e3636063
8
\ No newline at end of file
9
\ 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