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
d45f3fcb
Commit
d45f3fcb
authored
Apr 22, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
data: added fieldlist definition of new portal types
parent
bd34dab1
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
918 additions
and
434 deletions
+918
-434
data/career_step_fieldlist.json
data/career_step_fieldlist.json
+456
-0
data/certificate_dict.json
data/certificate_dict.json
+161
-0
data/cv_fieldlist.json
data/cv_fieldlist.json
+297
-430
lang/en-EN/dict.json
lang/en-EN/dict.json
+2
-2
lang/fr-FR/dict.json
lang/fr-FR/dict.json
+2
-2
No files found.
data/career_step_fieldlist.json
0 → 100644
View file @
d45f3fcb
This diff is collapsed.
Click to expand it.
data/certificate_dict.json
0 → 100644
View file @
d45f3fcb
{
"_id"
:
{
"type"
:
"StringField"
,
"widget"
:
{
"id"
:
"_id"
,
"title"
:
"ID"
,
"title_i18n"
:
"portal_type_dict.certificate_dict.field_dict._id.title"
,
"description"
:
"The id of this uploaded certificate."
,
"description_i18n"
:
"portal_type_dict.certificate_dict.field_dict._id.description"
,
"alternate_name"
:
"_id"
,
"default_value"
:
null
,
"css_class"
:
null
,
"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"
:
null
,
"truncate"
:
null
},
"message"
:
{
"required_not_found"
:
{
"message"
:
"Input required but not found."
,
"i18n"
:
"validation_dict.required"
},
"too_long"
:
{
"message"
:
"Too much input give."
,
"i18n"
:
"validation_dict.too_much_input"
}
}
},
"certificate_title"
:
{
"type"
:
"StringField"
,
"widget"
:
{
"id"
:
"certificate_title"
,
"title"
:
"Title"
,
"title_i18n"
:
"portal_type_dict.certificate_dict.field_dict.certificate_title.title"
,
"description"
:
"The description of this uploaded certificate."
,
"description_i18n"
:
"portal_type_dict.certificate_dict.field_dict.certificate_title.description"
,
"alternate_name"
:
"certificate_title"
,
"default_value"
:
null
,
"css_class"
:
null
,
"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"
:
null
,
"truncate"
:
null
},
"message"
:
{
"required_not_found"
:
{
"message"
:
"Input required but not found."
,
"i18n"
:
"validation_dict.required"
},
"too_long"
:
{
"message"
:
"Too much input give."
,
"i18n"
:
"validation_dict.too_much_input"
}
}
},
"certificate_url"
:
{
"type"
:
"ImageField"
,
"widget"
:
{
"id"
:
"certificate_url"
,
"title"
:
"URL"
,
"title_i18n"
:
"portal_type_dict.certificate_dict.field_dict.certificate_url.title"
,
"description"
:
"The url to retrieve this certificate from."
,
"description_i18n"
:
"portal_type_dict.certificate_dict.field_dict.certificate_url.description"
,
"alternate_name"
:
"certificate_url"
,
"default_value"
:
null
,
"css_class"
:
null
,
"hidden"
:
null
,
"display_width"
:
null
,
"maximum_input"
:
null
,
"extra"
:
null
,
"image_display"
:
null
,
"image_format"
:
null
,
"image_quality"
:
null
,
"image_preconverted_only"
:
null
},
"properties"
:
{
"enabled"
:
true
,
"editable"
:
true
,
"external_validator"
:
null
,
"required"
:
true
,
"preserve_whitespace"
:
null
,
"unicode"
:
null
,
"maximum_length"
:
null
,
"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 give."
,
"i18n"
:
"validation_dict.too_much_input"
}
}
},
"certificate_subordinate_id"
:
{
"type"
:
"StringField"
,
"widget"
:
{
"id"
:
"certificate_subordinate_id"
,
"title"
:
"Related CV ID"
,
"title_i18n"
:
"portal_type_dict.certificate_dict.field_dict.certificate_subordinate_id.title"
,
"description"
:
"The id of the CV this certificate is associated to."
,
"description_i18n"
:
"portal_type_dict.certificate_dict.field_dict.certificate_subordinate_id.description"
,
"alternate_name"
:
"certificate_subordinate_id"
,
"default_value"
:
null
,
"css_class"
:
null
,
"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"
:
null
,
"truncate"
:
null
},
"message"
:
{
"required_not_found"
:
{
"message"
:
"Input required but not found."
,
"i18n"
:
"validation_dict.required"
},
"too_long"
:
{
"message"
:
"Too much input give."
,
"i18n"
:
"validation_dict.too_much_input"
}
}
}
}
data/cv_fieldlist.json
View file @
d45f3fcb
This diff is collapsed.
Click to expand it.
lang/en-EN/dict.json
View file @
d45f3fcb
...
@@ -146,7 +146,7 @@
...
@@ -146,7 +146,7 @@
"title"
:
"Tags"
,
"title"
:
"Tags"
,
"description"
:
"The tags associated with this career step."
"description"
:
"The tags associated with this career step."
},
},
"career_
related
_id"
:
{
"career_
subordinate
_id"
:
{
"title"
:
"Related CV ID"
,
"title"
:
"Related CV ID"
,
"description"
:
"The id of the CV this career step is associated to."
"description"
:
"The id of the CV this career step is associated to."
}
}
...
@@ -167,7 +167,7 @@
...
@@ -167,7 +167,7 @@
"title"
:
"URL"
,
"title"
:
"URL"
,
"description"
:
"The url to retrieve this certificate from."
"description"
:
"The url to retrieve this certificate from."
},
},
"certificate_
related
_id"
:
{
"certificate_
subordinate
_id"
:
{
"title"
:
"Related CV ID"
,
"title"
:
"Related CV ID"
,
"description"
:
"The id of the CV this certificate is associated to."
"description"
:
"The id of the CV this certificate is associated to."
}
}
...
...
lang/fr-FR/dict.json
View file @
d45f3fcb
...
@@ -146,7 +146,7 @@
...
@@ -146,7 +146,7 @@
"title"
:
"Mots clés"
,
"title"
:
"Mots clés"
,
"description"
:
"Les mots-clés associés à cette étape de carrière."
"description"
:
"Les mots-clés associés à cette étape de carrière."
},
},
"career_
related
_id"
:
{
"career_
subordinate
_id"
:
{
"title"
:
"CV connexes ID"
,
"title"
:
"CV connexes ID"
,
"description"
:
"L'id du CV de cette étape de carrière est associatd à."
"description"
:
"L'id du CV de cette étape de carrière est associatd à."
}
}
...
@@ -167,7 +167,7 @@
...
@@ -167,7 +167,7 @@
"title"
:
"URL"
,
"title"
:
"URL"
,
"description"
:
"L'URL pour récupérer ce certificat."
"description"
:
"L'URL pour récupérer ce certificat."
},
},
"certificate_
related
_id"
:
{
"certificate_
subordinate
_id"
:
{
"title"
:
"CV connexes ID"
,
"title"
:
"CV connexes ID"
,
"description"
:
"L'id du CV de cette certificat carrière est associatd à."
"description"
:
"L'id du CV de cette certificat carrière est associatd à."
}
}
...
...
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