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
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
Léo-Paul Géneau
erp5
Commits
1003939c
Commit
1003939c
authored
Oct 29, 2015
by
Xiaowu Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_web_renderjs_ui: update jio to v3.4.1
parent
df2cf859
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_jio_js.xml
...nderjs_ui/PathTemplateItem/web_page_module/rjs_jio_js.xml
+7
-5
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_jio_js.xml
View file @
1003939c
...
...
@@ -9178,7 +9178,8 @@ Query.searchTextToRegExp = searchTextToRegExp;\n
\n
ERP5Storage.prototype.hasCapacity =
function
(name)
{\n
return
((
name =
==
"list")
||
(
name =
==
"query")
||\n
(
name =
==
"select")
||
(
name =
==
"limit"));\n
(
name =
==
"select")
||
(
name =
==
"limit")
||\n
(
name =
==
"sort"));\n
};\n
\n
ERP5Storage.prototype.buildQuery =
function
(options)
{\n
...
...
@@ -9196,7 +9197,8 @@ Query.searchTextToRegExp = searchTextToRegExp;\n
query:
options.query,\n
//
XXX
Force
erp5
to
return
embedded
document\n
select_list:
options.select_list
||
["title",
"reference"],\n
limit:
options.limit\n
limit:
options.limit,\n
sort_on:
options.sort_on\n
}),\n
"xhrFields":
{\n
withCredentials:
true\n
...
...
@@ -10491,7 +10493,7 @@ Query.searchTextToRegExp = searchTextToRegExp;\n
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
cedric.le.ninivin
</string>
</value>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
...
...
@@ -10505,7 +10507,7 @@ Query.searchTextToRegExp = searchTextToRegExp;\n
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
946.
20166.17792.35464
</string>
</value>
<value>
<string>
946.
47484.49057.4949
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -10523,7 +10525,7 @@ Query.searchTextToRegExp = searchTextToRegExp;\n
</tuple>
<state>
<tuple>
<float>
144
4411451.33
</float>
<float>
144
6033135.72
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
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