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
961664cb
Commit
961664cb
authored
Apr 25, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
data: updated select option getters
parent
6b427c79
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
11 deletions
+5
-11
data/getCurrency.json
data/getCurrency.json
+5
-0
data/getPriorities.json
data/getPriorities.json
+0
-6
data/getStatus.json
data/getStatus.json
+0
-5
No files found.
data/getCurrency.json
0 → 100644
View file @
961664cb
[
{
"text_i18n"
:
"global_dict.euro"
,
"value"
:
"eur"
},
{
"text_i18n"
:
"global_dict.dollar"
,
"value"
:
"usd"
},
{
"text_i18n"
:
"global_dict.franc"
,
"value"
:
"sfr"
}
]
\ No newline at end of file
data/getPriorities.json
deleted
100644 → 0
View file @
6b427c79
[
{
"text_i18n"
:
"global_dict.urgent"
,
"value"
:
"4"
},
{
"text_i18n"
:
"global_dict.moderate"
,
"value"
:
"3"
},
{
"text_i18n"
:
"global_dict.low"
,
"value"
:
"2"
},
{
"text_i18n"
:
"global_dict.none"
,
"value"
:
"1"
}
]
\ No newline at end of file
data/getStatus.json
deleted
100644 → 0
View file @
6b427c79
[
{
"text_i18n"
:
"global_dict.open"
,
"value"
:
"open"
},
{
"text_i18n"
:
"global_dict.closed"
,
"value"
:
"closed"
},
{
"text_i18n"
:
"global_dict.pending"
,
"value"
:
"pending"
}
]
\ No newline at end of file
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