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
d52b3a32
Commit
d52b3a32
authored
Oct 30, 2013
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed promise-chains to passing baggage vs assigning outside of the chain
parent
eeb26a2f
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
352 additions
and
268 deletions
+352
-268
data/person.json
data/person.json
+4
-1
data/person_01.json
data/person_01.json
+1
-1
js/erp5_loader.js
js/erp5_loader.js
+347
-266
No files found.
data/person.json
View file @
d52b3a32
...
...
@@ -12,6 +12,9 @@
"theme"
:
"slapos-white"
,
"title"
:
"Person"
,
"title_i18n"
:
null
,
"section_list"
:
[]
"section_list"
:
[
{
"type"
:
"listbox"
,
"span"
:
2
,
"gadget"
:
"person_01"
},
{
"type"
:
"listbox"
,
"span"
:
2
,
"gadget"
:
"invoices_01"
}
]
}
]
\ No newline at end of file
data/person_01.json
View file @
d52b3a32
...
...
@@ -15,7 +15,7 @@
{
"type"
:
"a"
,
"direct"
:{
"href"
:
""
,
"className"
:
"action"
},
"attributes"
:{
"data-i18n"
:
""
,
"data-action"
:
"last"
,
"data-icon"
:
"step-forward"
,
"data-iconpos"
:
"notext"
},
"logic"
:{
"text"
:
"Last"
}}]}
],
"controlbar"
:
[
{
"global_search"
:
true
,
"element"
:
{
"type"
:
"input"
,
"direct"
:{
"id"
:
"global_search_person"
,
"className"
:
"action"
},
"attributes"
:{
"data-action"
:
"search"
,
"data-enhanced"
:
"true"
,
"data-i18n"
:
""
,
"placeholder"
:
"Search
Invoice
s"
,
"data-icon"
:
"search"
,
"data-type"
:
"search"
,
"type"
:
"search"
},
"logic"
:{
"clear"
:
"true"
}},
"children"
:[]},
{
"global_search"
:
true
,
"element"
:
{
"type"
:
"input"
,
"direct"
:{
"id"
:
"global_search_person"
,
"className"
:
"action"
},
"attributes"
:{
"data-action"
:
"search"
,
"data-enhanced"
:
"true"
,
"data-i18n"
:
""
,
"placeholder"
:
"Search
Person
s"
,
"data-icon"
:
"search"
,
"data-type"
:
"search"
,
"type"
:
"search"
},
"logic"
:{
"clear"
:
"true"
}},
"children"
:[]},
{
"record_info"
:
true
,
"element"
:
{
"type"
:
"div"
,
"direct"
:
{
"className"
:
"info"
},
"attributes"
:
{
"data-info"
:
"records"
}},
"children"
:[]},
{
"select_info"
:
true
,
"element"
:
{
"type"
:
"div"
,
"direct"
:
{
"className"
:
"info"
},
"attributes"
:
{
"data-info"
:
"selected"
}},
"children"
:[]},
{
"filter_info"
:
true
,
"element"
:
{
"type"
:
"div"
,
"direct"
:
{
"className"
:
"info"
},
"attributes"
:
{
"data-info"
:
"filter"
}},
"children"
:[]}
...
...
js/erp5_loader.js
View file @
d52b3a32
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