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
5354ad8e
Commit
5354ad8e
authored
Feb 13, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed setGlobalConfiguration, harmonized module configuration
parent
e4c0347e
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
83 additions
and
273 deletions
+83
-273
data/global.json
data/global.json
+17
-1
data/storages.json
data/storages.json
+6
-0
js/erp5_loader.js
js/erp5_loader.js
+60
-272
No files found.
data/global.json
View file @
5354ad8e
...
...
@@ -35,6 +35,20 @@
}
}]
},
{
"type"
:
"hello"
,
"set_on"
:
"login_dict"
,
"modernizr"
:
[
"localStorage"
],
"property_dict"
:
{
"use_login"
:
true
},
"scheme"
:
[{
"property_dict"
:
{
"google"
:
"1028374738607-pg2qqcopjpoc09shlpul3mehu2dv76ln.apps.googleusercontent.com"
}
}],
"children"
:
[]
},
{
"type"
:
"i18n"
,
"set_on"
:
"lang_dict"
,
...
...
@@ -136,7 +150,9 @@
"property_dict"
:
{
"direction"
:
"horizontal"
},
"children"
:
[]
"children"
:
[
{
"type"
:
"a"
,
"direct"
:
{
"href"
:
"#global-popup"
,
"className"
:
"responsive action"
},
"attributes"
:
{
"data-depend"
:
"login_state"
,
"data-rel"
:
"popup"
,
"data-action"
:
"login"
,
"data-icon"
:
"user"
,
"data-i18n"
:
"global_dict.login"
},
"logic"
:
{
"text"
:
"Login"
}}
]
}]
}]
}
...
...
data/storages.json
View file @
5354ad8e
...
...
@@ -4,6 +4,12 @@
"initializer"
:
"createJIO"
,
"modernizr"
:
[
"blobconstructor"
,
"filereader"
],
"property_dict"
:
{
"name_dict"
:
{
"gadgets"
:
"gadgets"
,
"configuration"
:
"configuration"
,
"data_type"
:
"portal_type"
,
"settings"
:
"settings"
},
"storage"
:
true
,
"force_field_definitions"
:
true
,
"skip_total_records"
:
true
...
...
js/erp5_loader.js
View file @
5354ad8e
This diff is collapsed.
Click to expand it.
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