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
8fb24e5f
Commit
8fb24e5f
authored
Jan 16, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add missing field
parent
1d52853b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
46 additions
and
0 deletions
+46
-0
data/service_fieldlist.json
data/service_fieldlist.json
+41
-0
lang/en-EN/dict.json
lang/en-EN/dict.json
+5
-0
No files found.
data/service_fieldlist.json
View file @
8fb24e5f
...
...
@@ -40,6 +40,47 @@
}
}
},
"source_reference"
:
{
"type"
:
"StringField"
,
"widget"
:
{
"id"
:
"source_reference"
,
"title"
:
"Software Type"
,
"title_i18n"
:
"portal_type_dict.service_dict.field_dict.source_reference.title"
,
"description"
:
"The software type of this service."
,
"description_i18n"
:
"portal_type_dict.service_dict.field_dict.source_reference.description"
,
"alternate_name"
:
"source_reference"
,
"default_value"
:
null
,
"css_class"
:
""
,
"hidden"
:
null
,
"display_width"
:
null
,
"maximum_input"
:
null
,
"extra"
:
null
},
"properties"
:
{
"enabled"
:
true
,
"editable"
:
true
,
"external_validator"
:
null
,
"required"
:
true
,
"preserve_whitespace"
:
null
,
"unicode"
:
null
,
"maximum_length"
:
70
,
"truncate"
:
null
},
"message"
:
{
"external_validator_failed"
:
{
"message"
:
"The input failed the external validator."
,
"i18n"
:
"validation_dict.external"
},
"required_not_found"
:
{
"message"
:
"Input required but not found."
,
"i18n"
:
"validation_dict.required"
},
"too_long"
:
{
"message"
:
"Too much input given."
,
"i18n"
:
"validation_dict.too_much_input"
}
}
},
"title"
:
{
"type"
:
"StringField"
,
"widget"
:
{
...
...
lang/en-EN/dict.json
View file @
8fb24e5f
...
...
@@ -112,6 +112,7 @@
},
"service_dict"
:
{
"text_dict"
:
{
"partitions_installed_for"
:
"Partitions Installed For: "
,
"services"
:
"Services"
,
"service_configuration"
:
"Service Configuration"
,
"select_release"
:
"Select Release"
,
...
...
@@ -133,6 +134,10 @@
"64"
:
"64"
},
"field_dict"
:
{
"source_reference"
:
{
"title"
:
"Software Type"
,
"description"
:
"The software type of this service."
},
"detail_description"
:
{
"title"
:
"Detail Description"
,
"description:"
:
"The detailed description of this service."
...
...
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