Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Sebastian
erp5
Commits
f2ba4920
Commit
f2ba4920
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
0b9d2490
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
2 deletions
+9
-2
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
No files found.
bt5/erp5_autocompletion_ui/SkinTemplateItem/portal_skins/erp5_autocompletion_ui/jquery.erp5.autocompletion.js.xml
View file @
f2ba4920
...
@@ -52,6 +52,9 @@ $(function() {\n
...
@@ -52,6 +52,9 @@ $(function() {\n
dataType: "json",\n
dataType: "json",\n
data: data,\n
data: data,\n
success: response,\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
};\n
}\n
}\n
...
...
bt5/erp5_autocompletion_ui/bt/change_log
View file @
f2ba4920
2014-01-27 arnaud.fontaine
* Serialization of array was broken with ERP5.
2014-01-21 arnaud.fontaine
2014-01-21 arnaud.fontaine
* Use json instead of deprecated Products.ERP5Type.JSON.
* Use json instead of deprecated Products.ERP5Type.JSON.
...
...
bt5/erp5_autocompletion_ui/bt/copyright_list
View file @
f2ba4920
Copyright (c) 2010 Nexedi SA
Copyright (c) 2010-2014 Nexedi SA
\ No newline at end of file
\ No newline at end of file
bt5/erp5_autocompletion_ui/bt/maintainer_list
View file @
f2ba4920
nicolas.dumazet
nicolas.dumazet
\ No newline at end of file
arnaud.fontaine
\ 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