Commit 737885e3 authored by Xiaowu Zhang's avatar Xiaowu Zhang

Release version 3.4.1

parent cce444a8
......@@ -9075,7 +9075,8 @@ Query.searchTextToRegExp = searchTextToRegExp;
ERP5Storage.prototype.hasCapacity = function (name) {
return ((name === "list") || (name === "query") ||
(name === "select") || (name === "limit"));
(name === "select") || (name === "limit") ||
(name === "sort"));
};
ERP5Storage.prototype.buildQuery = function (options) {
......@@ -9093,7 +9094,8 @@ Query.searchTextToRegExp = searchTextToRegExp;
query: options.query,
// XXX Force erp5 to return embedded document
select_list: options.select_list || ["title", "reference"],
limit: options.limit
limit: options.limit,
sort_on: options.sort_on
}),
"xhrFields": {
withCredentials: true
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"name": "jio",
"version": "v3.4.0",
"version": "v3.4.1",
"license": "LGPLv3",
"author": "Nexedi SA",
"contributors": [
......
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