Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ecommerce-ui
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
ecommerce-ui
Commits
b0f522a9
Commit
b0f522a9
authored
Jan 03, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed display of server configuration (missing server id for query)
parent
c01edfeb
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
data/computer_status.json
data/computer_status.json
+1
-0
data/computer_view.json
data/computer_view.json
+1
-0
js/erp5_loader.js
js/erp5_loader.js
+3
-0
No files found.
data/computer_status.json
View file @
b0f522a9
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
"form"
:
true
,
"form"
:
true
,
"id"
:
"computer_status"
,
"id"
:
"computer_status"
,
"property_dict"
:
{
"property_dict"
:
{
"initial_query_url_identifier"
:
"_id"
,
"dynamic_children"
:
[
0
],
"dynamic_children"
:
[
0
],
"requires_authentication"
:
true
,
"requires_authentication"
:
true
,
"depends_on"
:
"login_state"
,
"depends_on"
:
"login_state"
,
...
...
data/computer_view.json
View file @
b0f522a9
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
"form"
:
true
,
"form"
:
true
,
"id"
:
"computer_sample"
,
"id"
:
"computer_sample"
,
"property_dict"
:
{
"property_dict"
:
{
"initial_query_url_identifier"
:
"_id"
,
"dynamic_children"
:
[
0
],
"dynamic_children"
:
[
0
],
"requires_authentication"
:
true
,
"requires_authentication"
:
true
,
"depends_on"
:
"login_state"
"depends_on"
:
"login_state"
...
...
js/erp5_loader.js
View file @
b0f522a9
...
@@ -5439,6 +5439,9 @@
...
@@ -5439,6 +5439,9 @@
if
(
pass
.
mode
===
undefined
||
last
!==
pass
.
mode
)
{
if
(
pass
.
mode
===
undefined
||
last
!==
pass
.
mode
)
{
pass
.
value
=
pass
.
fragment_list
[
pass
.
layout_level
];
pass
.
value
=
pass
.
fragment_list
[
pass
.
layout_level
];
}
}
if
(
pass
.
mode
===
"
config
"
)
{
pass
.
value
=
pass
.
fragment_list
[
pass
.
layout_level
-
1
];
}
}
}
// generate new query object
// generate new query object
...
...
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