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
Eteri
erp5
Commits
71b862ff
Commit
71b862ff
authored
Dec 06, 2019
by
Roque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_web_project_ui: fix jio queries
parent
c6f9f4f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
bt5/erp5_web_project_ui/SkinTemplateItem/portal_skins/erp5_web_project/gadget_project_info.js.js
...m/portal_skins/erp5_web_project/gadget_project_info.js.js
+1
-2
No files found.
bt5/erp5_web_project_ui/SkinTemplateItem/portal_skins/erp5_web_project/gadget_project_info.js.js
View file @
71b862ff
...
...
@@ -36,7 +36,7 @@
function
setLastTestResult
(
gadget
,
project_title
,
span_element
,
svg_element
)
{
span_element
.
classList
.
remove
(
"
ui-disabled
"
);
var
query
=
createProjectQuery
(
project_title
,
[[
"
portal_type
"
,
"
Benchmark
Result
"
]]);
[[
"
portal_type
"
,
"
Test
Result
"
]]);
return
gadget
.
jio_allDocs
({
query
:
query
,
limit
:
1
,
...
...
@@ -129,7 +129,6 @@
redirector_ulr
=
url
;
return
gadget
.
jio_allDocs
({
query
:
Query
.
objectToSearchText
(
query
),
limit
:
1
,
select_list
:
[
'
validation_state
'
,
'
text_content
'
]
});
})
...
...
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