Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jio-main
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
Hardik Juneja
jio-main
Commits
2340f71c
Commit
2340f71c
authored
Jun 13, 2013
by
Tristan Cavelier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5storage compatible with queries
parent
900c5ce3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
src/jio.storage/erp5storage.js
src/jio.storage/erp5storage.js
+8
-1
No files found.
src/jio.storage/erp5storage.js
View file @
2340f71c
...
@@ -301,9 +301,16 @@ jIO.addStorageType("erp5", function (spec, my) {
...
@@ -301,9 +301,16 @@ jIO.addStorageType("erp5", function (spec, my) {
* @param {string} method The ERP5 request method
* @param {string} method The ERP5 request method
*/
*/
priv
.
genericCommand
=
function
(
command
,
method
)
{
priv
.
genericCommand
=
function
(
command
,
method
)
{
var
option
=
command
.
cloneOption
();
if
(
complex_queries
!==
undefined
&&
method
===
'
allDocs
'
&&
option
.
query
)
{
option
.
query
=
complex_queries
.
QueryFactory
.
create
(
option
.
query
||
""
).
serialized
();
}
erp5
.
genericRequest
(
erp5
.
genericRequest
(
command
.
cloneDoc
(),
command
.
cloneDoc
(),
command
.
cloneOption
()
,
option
,
method
method
).
always
(
function
(
err
,
response
)
{
).
always
(
function
(
err
,
response
)
{
if
(
err
)
{
if
(
err
)
{
...
...
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