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
f027456c
Commit
f027456c
authored
Dec 20, 2013
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added "config" as valid page view
parent
e0f5db5b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
data/servers.json
data/servers.json
+2
-1
js/erp5_loader.js
js/erp5_loader.js
+3
-1
No files found.
data/servers.json
View file @
f027456c
...
...
@@ -52,10 +52,11 @@
},
{
"generate"
:
"widget"
,
"type"
:
"page"
,
"theme"
:
"slapos-white"
,
"title"
:
"Instance Configuration"
,
"title_i18n"
:
"page_dict.servers.configuration"
,
"layout"
:
{
"
default
"
:
[
"
config
"
:
[
{
"generate"
:
"gadget"
,
"type"
:
"fieldlist"
,
...
...
js/erp5_loader.js
View file @
f027456c
...
...
@@ -4852,6 +4852,9 @@
case
"
add
"
:
config
.
mode
=
"
add
"
;
break
;
case
"
config
"
:
config
.
mode
=
"
config
"
;
break
;
};
}
...
...
@@ -5068,7 +5071,6 @@
if
(
pass
.
skip
)
{
return
constructor
(
pass
.
content_dict
,
pass
.
url_dict
);
}
else
{
// generate content
element
=
constructor
(
pass
.
config
,
...
...
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