Commit 90542791 authored by Sven Franck's avatar Sven Franck

hacked JIO allDocs to support params, so ERP5storage can custom query

parent ed657175
......@@ -3259,7 +3259,7 @@ function enableRestAPI(jio, shared) { // (jio, shared, options)
}
param.kwargs = deepClone(param.kwargs);
} else {
param.kwargs = {};
param.kwargs = deepClone(type_dict.object.pop());
}
param.solver = {};
param.options = deepClone(type_dict.object.shift()) || {};
......
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