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
a31d3ff6
Commit
a31d3ff6
authored
Feb 14, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
start integrating state machine
parent
5354ad8e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
js/erp5_loader.js
js/erp5_loader.js
+6
-6
lang/en-EN/dict.json
lang/en-EN/dict.json
+3
-0
No files found.
js/erp5_loader.js
View file @
a31d3ff6
...
...
@@ -636,7 +636,7 @@
if
(
store
.
property_dict
.
storage
)
{
config
=
{
"
url
"
:
store
.
items
.
definition_dict
.
url
,
"
url
"
:
app
.
storage_dict
.
property_dict
.
items
.
storage_list
[
0
]
.
url
,
"
type
"
:
"
GET
"
,
"
xhrFields
"
:
{
"
withCredentials
"
:
true
...
...
@@ -730,7 +730,7 @@
if
(
store
.
property_dict
.
storage
)
{
config
=
{
"
url
"
:
store
.
items
.
definition_dict
.
url
,
"
url
"
:
app
.
storage_dict
.
property_dict
.
items
.
storage_list
[
0
]
.
url
,
"
type
"
:
"
GET
"
,
"
xhrFields
"
:
{
"
withCredentials
"
:
true
...
...
@@ -831,7 +831,7 @@
if
(
store
.
property_dict
)
{
config
=
{
"
url
"
:
store
.
items
.
definition_dict
.
url
,
"
url
"
:
app
.
storage_dict
.
property_dict
.
items
.
storage_list
[
0
]
.
url
,
"
type
"
:
"
GET
"
,
"
xhrFields
"
:
{
"
withCredentials
"
:
true
...
...
@@ -888,7 +888,7 @@
if
(
store
.
property_dict
.
storage
)
{
config
=
{
"
url
"
:
store
.
items
.
definition_dict
.
url
,
"
url
"
:
app
.
storage_dict
.
property_dict
.
items
.
storage_list
[
0
]
.
url
,
"
type
"
:
"
GET
"
,
"
xhrFields
"
:
{
"
withCredentials
"
:
true
...
...
@@ -945,7 +945,7 @@
if
(
store
.
property_dict
.
storage
)
{
config
=
{
"
url
"
:
store
.
items
.
definition_dict
.
url
,
"
url
"
:
app
.
storage_dict
.
property_dict
.
items
.
storage_list
[
0
]
.
url
,
"
type
"
:
"
GET
"
,
"
xhrFields
"
:
{
"
withCredentials
"
:
true
...
...
@@ -1003,7 +1003,7 @@
if
(
store
.
property_dict
.
storage
)
{
config
=
{
"
url
"
:
store
.
items
.
definition_dict
.
url
,
"
url
"
:
app
.
storage_dict
.
property_dict
.
items
.
storage_list
[
0
]
.
url
,
"
type
"
:
"
GET
"
,
"
xhrFields
"
:
{
"
withCredentials
"
:
true
...
...
lang/en-EN/dict.json
View file @
a31d3ff6
{
"global_dict"
:
{
"connection_status"
:
"Connection"
,
"login_status"
:
"Login"
,
"sync_status"
:
"Synchronized"
,
"about"
:
"About"
,
"about_subtitle"
:
""
,
"first"
:
"First"
,
...
...
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