Commit d45f3fcb authored by Sven Franck's avatar Sven Franck

data: added fieldlist definition of new portal types

parent bd34dab1
{
"_id": {
"type":"StringField",
"widget": {
"id": "_id",
"title": "ID",
"title_i18n": "portal_type_dict.career_step_dict.field_dict._id.title",
"description": "The id of the career step entry.",
"description_i18n": "portal_type_dict.career_step_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"
}
}
},
"career_title": {
"type":"StringField",
"widget": {
"id": "career_title",
"title": "Career Title",
"title_i18n": "portal_type_dict.career_step_dict.field_dict.career_title.title",
"description": "The title of this career step.",
"description_i18n": "portal_type_dict.career_step_dict.field_dict.career_title.description",
"alternate_name": "career_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"
}
}
},
"career_location": {
"type":"StringField",
"widget": {
"id": "career_location",
"title": "Location",
"title_i18n": "portal_type_dict.career_step_dict.field_dict.career_location.title",
"description": "The location, this career step was absolved.",
"description_i18n": "portal_type_dict.career_step_dict.field_dict.career_location.description",
"alternate_name": "career_location",
"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"
}
}
},
"career_type": {
"type":"ListField",
"widget": {
"id": "career_type",
"title": "Career Step Type",
"title_i18n": "portal_type_dict.cv_dict.field_dict.career_type.title",
"description": "The type of this career step.",
"description_i18n": "portal_type_dict.cv_dict.field_dict.career_type.description",
"alternate_name": "career_type",
"default_value": null,
"css_class": null,
"hidden": null,
"items": "getStateOfTestPage",
"size": null,
"extra": null,
"extra_per_item": null
},
"properties": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"unicode": null
},
"message": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required"
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": "validation_dict.option_not_available"
}
}
},
"career_company": {
"type":"StringField",
"widget": {
"id": "career_company",
"title": "Company",
"title_i18n": "portal_type_dict.career_step_dict.field_dict.career_company.title",
"description": "The company this career step was performed at.",
"description_i18n": "portal_type_dict.career_step_dict.field_dict.career_company.description",
"alternate_name": "career_company",
"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"
}
}
},
"date_started": {
"type":"DateTimeField",
"widget": {
"id": "date_started",
"title": "Starting Date",
"title_i18n": "portal_type_dict.career_step_dict.field_dict.date_started.title",
"description": "The starting date of this career step.",
"description_i18n": "portal_type_dict.career_step_dict.field_dict.date_started.description",
"alternate_name": "date_started",
"default_value": null,
"css_class": null,
"hidden": null,
"default_to_know": null,
"data_separator": null,
"time_separator": null,
"input_style": null,
"input_order": null,
"display_date_only": true,
"am_pm time style": null,
"display_timezone": null,
"hide_day": null,
"hidden_day_is_last_day_of_the_month": null
},
"properties": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"start_datetime": null,
"end_datetime": null,
"allow_empty_datetime": null
},
"message": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required"
},
"not_datetime": {
"message": "You did not enter a valid date and time.",
"i18n": "validation_dict.not_valid_datetime"
},
"datetime_out_of_range": {
"message": "The date and time you entered were out of range.",
"i18n": "validation_dict.out_of_range_datetime"
}
}
},
"date_ended": {
"type":"DateTimeField",
"widget": {
"id": "date_ended",
"title": "Ending Date",
"title_i18n": "portal_type_dict.career_step_dict.field_dict.date_ended.title",
"description": "The ending date of this career step.",
"description_i18n": "portal_type_dict.career_step_dict.field_dict.date_ended.description",
"alternate_name": "date_ended",
"default_value": null,
"css_class": null,
"hidden": null,
"default_to_know": null,
"data_separator": null,
"time_separator": null,
"input_style": null,
"input_order": null,
"display_date_only": true,
"am_pm time style": null,
"display_timezone": null,
"hide_day": null,
"hidden_day_is_last_day_of_the_month": null
},
"properties": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"start_datetime": null,
"end_datetime": null,
"allow_empty_datetime": null
},
"message": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required"
},
"not_datetime": {
"message": "You did not enter a valid date and time.",
"i18n": "validation_dict.not_valid_datetime"
},
"datetime_out_of_range": {
"message": "The date and time you entered were out of range.",
"i18n": "validation_dict.out_of_range_datetime"
}
}
},
"ongoing": {
"type":"RadioField",
"widget": {
"id": "ongoing",
"title": "Ongoing",
"title_i18n": "portal_type_dict.career_step_dict.field_dict.ongoing.title",
"description": "Whether this career step is still ongoing.",
"description_i18n": "portal_type_dict.career_step_dict.field_dict.ongoing.description",
"alternate_name": "ongoing",
"css_class": null,
"hidden": null,
"items": "getContentFormat",
"select_first_item": true,
"extra_per_item": null,
"extra": null
},
"properties": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null
},
"messages": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required"
},
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": "validation_dict.option_not_available"
}
}
},
"career_description": {
"type":"TextareaField",
"widget": {
"id": "career_description",
"title": "Description",
"title_i18n": "portal_type_dict.cv_dict.field_dict.career_description.title",
"description": "The description of this career step.",
"description_i18n": "portal_type_dict.cv_dict.field_dict.career_description.description",
"alternate_name": "career_description",
"css_class": null,
"hidden": null,
"width":null,
"height":null,
"extra":null
},
"properties": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null,
"maximum_lines": null,
"maximum_length_of_line": null,
"maximum_characters": 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_many_lines": {
"message": "You have entered too many lines.",
"i18n": "validation_dict.too_many_lines"
},
"line_too_long": {
"message": "One or more lines you have entered are too long.",
"i18n": "validation_dict.too_long_lines"
},
"too_long": {
"message": "You have entered too many characters.",
"i18n": "validation_dict.too_many_chars"
}
}
},
"career_tags": {
"type":"StringField",
"widget": {
"id": "career_tags",
"title": "Tags",
"title_i18n": "portal_type_dict.cv_dict.field_dict.career_tags.title",
"description": "The tags associated with this career step.",
"description_i18n": "portal_type_dict.cv_dict.field_dict.career_tags.description",
"alternate_name": "career_tags",
"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"
}
}
},
"career_subordinate_id": {
"type":"StringField",
"widget": {
"id": "career_subordinate_id",
"title": "Related CV ID",
"title_i18n": "portal_type_dict.cv_dict.field_dict.career_subordinate_id.title",
"description": "The id of the CV this career step is associated to.",
"description_i18n": "portal_type_dict.cv_dict.field_dict.career_subordinate_id.description",
"alternate_name": "career_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"
}
}
}
}
{
"_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"
}
}
}
}
......@@ -4,9 +4,9 @@
"widget": {
"id": "_id",
"title": "ID",
"title_i18n": "portal_type_dict.job_posting_dict.field_dict._id.title",
"description": "The id of this job posting",
"description_i18n": "portal_type_dict.job_posting_dict.field_dict._id.description",
"title_i18n": "portal_type_dict.cv_dict.field_dict._id.title",
"description": "The id of this cv.",
"description_i18n": "portal_type_dict.cv_dict.field_dict._id.description",
"alternate_name": "_id",
"default_value": null,
"css_class": null,
......@@ -36,15 +36,15 @@
}
}
},
"job_title": {
"first_name": {
"type":"StringField",
"widget": {
"id": "job_title",
"title": "Title",
"title_i18n": "portal_type_dict.job_posting_dict.field_dict.job_title.title",
"description": "The title of this job posting",
"description_i18n": "portal_type_dict.job_posting_dict.field_dict.job_title.description",
"alternate_name": "job_title",
"id": "first_name",
"title": "First Name",
"title_i18n": "portal_type_dict.cv_dict.field_dict.first_name.title",
"description": "The first name of the applicant.",
"description_i18n": "portal_type_dict.cv_dict.field_dict.first_name.description",
"alternate_name": "first_name",
"default_value": null,
"css_class": null,
"hidden": null,
......@@ -73,15 +73,15 @@
}
}
},
"job_location": {
"last_name": {
"type":"StringField",
"widget": {
"id": "job_location",
"title": "Location",
"title_i18n": "portal_type_dict.job_posting_dict.field_dict.job_location.title",
"description": "The location this job is posted for.",
"description_i18n": "portal_type_dict.job_posting_dict.field_dict.job_location.description",
"alternate_name": "job_location",
"id": "last_name",
"title": "Last Name",
"title_i18n": "portal_type_dict.cv_dict.field_dict.last_name.title",
"description": "The last name of the applicant.",
"description_i18n": "portal_type_dict.cv_dict.field_dict.last_name.description",
"alternate_name": "last_name",
"default_value": null,
"css_class": null,
"hidden": null,
......@@ -110,273 +110,140 @@
}
}
},
"job_poster_subordinate_company_title": {
"type":"RelationStringField",
"date_of_birth": {
"type":"DateTimeField",
"widget": {
"id": "job_poster_subordinate_company_title",
"title": "Company",
"title_i18n": "portal_type_dict.job_posting_dict.field_dict.job_poster_subordinate_company_title.title",
"description": "The company posting this job offer.",
"description_i18n": "portal_type_dict.job_posting_dict.field_dict.job_poster_subordinate_company_title.description",
"alternate_name": "job_poster_subordinate_company_title",
"id": "date_of_birth",
"title": "Date of birth (dd/mm/yyyy)",
"title_i18n": "portal_type_dict.cv_dict.field_dict.date_of_birth.title",
"description": "The date of birth of the applicant.",
"description_i18n": "portal_type_dict.cv_dict.field_dict.date_of_birth.description",
"alternate_name": "date_of_birth",
"default_value": null,
"css_class": null,
"hidden": null,
"display_width": null,
"display_maxwidth": null,
"maximum_input": null,
"extra": null
"default_to_know": null,
"data_separator": null,
"time_separator": null,
"input_style": null,
"input_order": null,
"display_date_only": true,
"am_pm time style": null,
"display_timezone": null,
"hide_day": null,
"hidden_day_is_last_day_of_the_month": null
},
"properties": {
"enabled": true,
"editable": true,
"maximum_length": null,
"first_item": null,
"extra_item": null,
"external_validator": null,
"items": null,
"list_method": null,
"jump_method": null,
"max_length": null,
"max_linelength": null,
"max_lines": null,
"parameter_list": null,
"portal_type": null,
"catalog_index": null,
"base_category": null,
"allow_jump": null,
"allow_creation": null,
"columns": null,
"container_getter_id": null,
"relation_setter_id": null,
"required": true,
"size": 1,
"sort": null,
"truncate": null,
"unicode": null,
"preserve_whitespace": 0,
"update_method": null
"required": null,
"start_datetime": null,
"end_datetime": null,
"allow_empty_datetime": null
},
"message": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external_validator_failed"
},
"line_too_long": {
"message": "A line was too long.",
"i18n": "validation_dict.line_too_long"
},
"relation_result_ambiguous": {
"message": "Relation_result_ambiguous.",
"i18n": "validation_dict.relation_result_ambiguous"
},
"relation_result_ambiguous": {
"message": "Select appropriate document in the list.",
"i18n": "validation_dict.relation_result_ambiguous"
},
"relation_result_empty": {
"message": "No such document was found.",
"i18n": "validation_dict.relation_result_empty"
},
"relation_result_too_long": {
"message": "Too many documents were found.",
"i18n": "validation_dict.relation_result_too_long"
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required_not_found"
"i18n": "validation_dict.required"
},
"too_long": {
"message": "You entered too many characters.",
"i18n": "validation_dict.too_long"
"not_datetime": {
"message": "You did not enter a valid date and time.",
"i18n": "validation_dict.not_valid_datetime"
},
"too_many_lines": {
"message": "You entered too many lines.",
"i18n": "validation_dict.too_many_lines"
"datetime_out_of_range": {
"message": "The date and time you entered were out of range.",
"i18n": "validation_dict.out_of_range_datetime"
}
}
},
"job_post_logo_subordinate_logo_url": {
"type":"RelationStringField",
"phone_number": {
"type":"StringField",
"widget": {
"id": "job_post_logo_subordinate_logo_url",
"title": "Logo",
"title_i18n": "portal_type_dict.job_posting_dict.field_dict.job_post_logo_subordinate_logo_url.title",
"description": "The logo of the company posting this offer.",
"description_i18n": "portal_type_dict.job_posting_dict.field_dict.job_post_logo_subordinate_logo_url.description",
"alternate_name": "job_post_logo_subordinate_logo_url",
"id": "phone_number",
"title": "Mobile",
"title_i18n": "portal_type_dict.cv_dict.field_dict.phone_number.title",
"description": "The phone number of the applicant.",
"description_i18n": "portal_type_dict.cv_dict.field_dict.phone_number.description",
"alternate_name": "phone_number",
"default_value": null,
"css_class": null,
"hidden": null,
"display_width": null,
"display_maxwidth": null,
"maximum_input": null,
"extra": null
},
"properties": {
"enabled": true,
"editable": true,
"maximum_length": null,
"first_item": null,
"extra_item": null,
"external_validator": null,
"items": null,
"list_method": null,
"jump_method": null,
"max_length": null,
"max_linelength": null,
"max_lines": null,
"parameter_list": null,
"portal_type": null,
"catalog_index": null,
"base_category": null,
"allow_jump": null,
"allow_creation": null,
"columns": null,
"container_getter_id": null,
"relation_setter_id": null,
"required": true,
"size": 1,
"sort": null,
"truncate": null,
"preserve_whitespace": null,
"unicode": null,
"preserve_whitespace": 0,
"update_method": null
"maximum_length": null,
"truncate": null
},
"message": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external_validator_failed"
},
"line_too_long": {
"message": "A line was too long.",
"i18n": "validation_dict.line_too_long"
},
"relation_result_ambiguous": {
"message": "Relation_result_ambiguous.",
"i18n": "validation_dict.relation_result_ambiguous"
},
"relation_result_ambiguous": {
"message": "Select appropriate document in the list.",
"i18n": "validation_dict.relation_result_ambiguous"
},
"relation_result_empty": {
"message": "No such document was found.",
"i18n": "validation_dict.relation_result_empty"
},
"relation_result_too_long": {
"message": "Too many documents were found.",
"i18n": "validation_dict.relation_result_too_long"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required_not_found"
"message": "Input required but not found.",
"i18n": "validation_dict.required"
},
"too_long": {
"message": "You entered too many characters.",
"i18n": "validation_dict.too_long"
},
"too_many_lines": {
"message": "You entered too many lines.",
"i18n": "validation_dict.too_many_lines"
"message": "Too much input give.",
"i18n": "validation_dict.too_much_input"
}
}
},
"job_screenshot_subordinate_company_screenshot_url": {
"type":"RelationStringField",
"email": {
"type":"StringField",
"widget": {
"id": "job_screenshot_subordinate_company_screenshot_url",
"title": "Logo",
"title_i18n": "portal_type_dict.job_posting_dict.field_dict.job_screenshot_subordinate_company_screenshot_url.title",
"description": "The logo of the company posting this offer.",
"description_i18n": "portal_type_dict.job_posting_dict.field_dict.job_screenshot_subordinate_company_screenshot_url.description",
"alternate_name": "job_screenshot_subordinate_company_screenshot_url",
"id": "email",
"title": "Email",
"title_i18n": "portal_type_dict.cv_dict.field_dict.email.title",
"description": "The email address of the applicant.",
"description_i18n": "portal_type_dict.cv_dict.field_dict.email.description",
"alternate_name": "email",
"default_value": null,
"css_class": null,
"hidden": null,
"display_width": null,
"display_maxwidth": null,
"maximum_input": null,
"extra": null
},
"properties": {
"enabled": true,
"editable": true,
"maximum_length": null,
"first_item": null,
"extra_item": null,
"external_validator": null,
"items": null,
"list_method": null,
"jump_method": null,
"max_length": null,
"max_linelength": null,
"max_lines": null,
"parameter_list": null,
"portal_type": null,
"catalog_index": null,
"base_category": null,
"allow_jump": null,
"allow_creation": null,
"columns": null,
"container_getter_id": null,
"relation_setter_id": null,
"required": true,
"size": 1,
"sort": null,
"truncate": null,
"preserve_whitespace": null,
"unicode": null,
"preserve_whitespace": 0,
"update_method": null
"maximum_length": null,
"truncate": null
},
"message": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external_validator_failed"
},
"line_too_long": {
"message": "A line was too long.",
"i18n": "validation_dict.line_too_long"
},
"relation_result_ambiguous": {
"message": "Relation_result_ambiguous.",
"i18n": "validation_dict.relation_result_ambiguous"
},
"relation_result_ambiguous": {
"message": "Select appropriate document in the list.",
"i18n": "validation_dict.relation_result_ambiguous"
},
"relation_result_empty": {
"message": "No such document was found.",
"i18n": "validation_dict.relation_result_empty"
},
"relation_result_too_long": {
"message": "Too many documents were found.",
"i18n": "validation_dict.relation_result_too_long"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required_not_found"
"message": "Input required but not found.",
"i18n": "validation_dict.required"
},
"too_long": {
"message": "You entered too many characters.",
"i18n": "validation_dict.too_long"
},
"too_many_lines": {
"message": "You entered too many lines.",
"i18n": "validation_dict.too_many_lines"
"message": "Too much input give.",
"i18n": "validation_dict.too_much_input"
}
}
},
"job_description": {
"street_address": {
"type":"TextareaField",
"widget": {
"id": "job_description",
"title": "Description",
"title_i18n": "portal_type_dict.job_posting_dict.field_dict.job_description.title",
"description": "The description for this job posting.",
"description_i18n": "portal_type_dict.job_posting_dict.field_dict.job_description.description",
"alternate_name": "job_description",
"id": "street_address",
"title": "Address",
"title_i18n": "portal_type_dict.cv_dict.field_dict.street_address.title",
"description": "The street address of the applicant.",
"description_i18n": "portal_type_dict.cv_dict.field_dict.street_address.description",
"alternate_name": "street_address",
"css_class": null,
"hidden": null,
"width":null,
......@@ -417,15 +284,15 @@
}
}
},
"job_tags": {
"city": {
"type":"StringField",
"widget": {
"id": "job_tags",
"title": "Tags",
"title_i18n": "portal_type_dict.job_posting_dict.field_dict.job_tags.title",
"description": "The tags associated with this job posting.",
"description_i18n": "portal_type_dict.job_posting_dict.field_dict.job_tags.description",
"alternate_name": "job_tags",
"id": "city",
"title": "City",
"title_i18n": "portal_type_dict.cv_dict.field_dict.city.title",
"description": "TThe city the applicant lives in.",
"description_i18n": "portal_type_dict.cv_dict.field_dict.city.description",
"alternate_name": "city",
"default_value": null,
"css_class": null,
"hidden": null,
......@@ -454,80 +321,103 @@
}
}
},
"job_requirements": {
"type":"TextareaField",
"postal_code": {
"type":"StringField",
"widget": {
"id": "job_requirements",
"title": "Requiremnts",
"title_i18n": "portal_type_dict.job_posting_dict.field_dict.job_requirements.title",
"description": "The technical requirements for this job posting.",
"description_i18n": "portal_type_dict.job_posting_dict.field_dict.job_requirements.description",
"alternate_name": "job_requirements",
"id": "postal_code",
"title": "Postal Code",
"title_i18n": "portal_type_dict.cv_dict.field_dict.postal_code.title",
"description": "The postal code of the city the applicant lives in.",
"description_i18n": "portal_type_dict.cv_dict.field_dict.postal_code.description",
"alternate_name": "postal_code",
"default_value": null,
"css_class": null,
"hidden": null,
"width":null,
"height":null,
"extra":null
},
"display_width": null,
"maximum_input": null,
"extra": null
},
"properties": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"required": true,
"preserve_whitespace": null,
"unicode": null,
"maximum_lines": null,
"maximum_length_of_line": null,
"maximum_characters": 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_many_lines": {
"message": "You have entered too many lines.",
"i18n": "validation_dict.too_many_lines"
},
"line_too_long": {
"message": "One or more lines you have entered are too long.",
"i18n": "validation_dict.too_long_lines"
},
"too_long": {
"message": "You have entered too many characters.",
"i18n": "validation_dict.too_many_chars"
"message": "Too much input give.",
"i18n": "validation_dict.too_much_input"
}
}
},
"personal_requirements": {
"type":"TextareaField",
"state": {
"type":"StringField",
"widget": {
"id": "personal_requirements",
"title": "Candidate requirements",
"title_i18n": "portal_type_dict.job_posting_dict.field_dict.personal_requirements.title",
"description": "The personal requirements for this job posting.",
"description_i18n": "portal_type_dict.job_posting_dict.field_dict.personal_requirements.description",
"alternate_name": "personal_requirements",
"id": "state",
"title": "State/Province",
"title_i18n": "portal_type_dict.cv_dict.field_dict.state.title",
"description": "The state/province the applicant lives in.",
"description_i18n": "portal_type_dict.cv_dict.field_dict.state.description",
"alternate_name": "state",
"default_value": null,
"css_class": null,
"hidden": null,
"width":null,
"height":null,
"extra":null
},
"display_width": null,
"maximum_input": null,
"extra": null
},
"properties": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"required": true,
"preserve_whitespace": null,
"unicode": null,
"maximum_lines": null,
"maximum_length_of_line": null,
"maximum_characters": 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"
}
}
},
"country": {
"type":"ListField",
"widget": {
"id": "country",
"title": "Country",
"title_i18n": "portal_type_dict.cv_dict.field_dict.country.title",
"description": "The country the applicant lives in.",
"description_i18n": "portal_type_dict.cv_dict.field_dict.country.description",
"alternate_name": "country",
"default_value": null,
"css_class": null,
"hidden": null,
"items": "getStateOfTestPage",
"size": null,
"extra": null,
"extra_per_item": null
},
"properties": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"unicode": null
},
"message": {
"external_validator_failed": {
......@@ -535,54 +425,38 @@
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input required but not found.",
"message": "Input is required but no input given.",
"i18n": "validation_dict.required"
},
"too_many_lines": {
"message": "You have entered too many lines.",
"i18n": "validation_dict.too_many_lines"
},
"line_too_long": {
"message": "One or more lines you have entered are too long.",
"i18n": "validation_dict.too_long_lines"
},
"too_long": {
"message": "You have entered too many characters.",
"i18n": "validation_dict.too_many_chars"
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": "validation_dict.option_not_available"
}
}
},
"date_posted": {
"type":"DateTimeField",
"nationality": {
"type":"ListField",
"widget": {
"id": "date_posted",
"title": "Posted",
"title_i18n": "portal_type_dict.job_posting_dict.field_dict.date_posted.title",
"description": "The date this job was posted.",
"description_i18n": "portal_type_dict.job_posting_dict.field_dict.date_posted.description",
"alternate_name": "date_posted",
"id": "nationality",
"title": "Nationality",
"title_i18n": "portal_type_dict.cv_dict.field_dict.nationality.title",
"description": "The nationality of the applicant.",
"description_i18n": "portal_type_dict.cv_dict.field_dict.nationality.description",
"alternate_name": "nationality",
"default_value": null,
"css_class": null,
"hidden": null,
"default_to_know": null,
"data_separator": null,
"time_separator": null,
"input_style": null,
"input_order": null,
"display_date_only": true,
"am_pm time style": null,
"display_timezone": null,
"hide_day": null,
"hidden_day_is_last_day_of_the_month": null
"items": "getStateOfTestPage",
"size": null,
"extra": null,
"extra_per_item": null
},
"properties": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"start_datetime": null,
"end_datetime": null,
"allow_empty_datetime": null
"unicode": null
},
"message": {
"external_validator_failed": {
......@@ -593,186 +467,179 @@
"message": "Input is required but no input given.",
"i18n": "validation_dict.required"
},
"not_datetime": {
"message": "You did not enter a valid date and time.",
"i18n": "validation_dict.not_valid_datetime"
},
"datetime_out_of_range": {
"message": "The date and time you entered were out of range.",
"i18n": "validation_dict.out_of_range_datetime"
"unknown_selection": {
"message":"You selected on option not on the menu",
"i18n": "validation_dict.option_not_available"
}
}
},
"job_post_about_subordinate_company_about": {
"type":"RelationStringField",
"cv_photo_url": {
"type":"ImageField",
"widget": {
"id": "job_post_about_subordinate_company_about",
"title": "About",
"title_i18n": "portal_type_dict.job_posting_dict.field_dict.job_post_about_subordinate_company_about.title",
"description": "Additional Information about the company posting this job.",
"description_i18n": "portal_type_dict.job_posting_dict.field_dict.job_post_about_subordinate_company_about.description",
"alternate_name": "job_post_about_subordinate_company_about",
"id": "cv_photo_url",
"title": "Photo URL",
"title_i18n": "portal_type_dict.cv_dict.field_dict.cv_photo_url.title",
"description": "The url to the photo of the applicant.",
"description_i18n": "portal_type_dict.cv_dict.field_dict.cv_photo_url.description",
"alternate_name": "cv_photo_url",
"default_value": null,
"css_class": null,
"hidden": null,
"display_width": null,
"display_maxwidth": null,
"maximum_input": null,
"extra": null
"extra": null,
"image_display": null,
"image_format": null,
"image_quality": null,
"image_preconverted_only": null
},
"properties": {
"enabled": true,
"editable": true,
"maximum_length": null,
"first_item": null,
"extra_item": null,
"external_validator": null,
"items": null,
"list_method": null,
"jump_method": null,
"max_length": null,
"max_linelength": null,
"max_lines": null,
"parameter_list": null,
"portal_type": null,
"catalog_index": null,
"base_category": null,
"allow_jump": null,
"allow_creation": null,
"columns": null,
"container_getter_id": null,
"relation_setter_id": null,
"required": true,
"size": 1,
"sort": null,
"truncate": null,
"preserve_whitespace": null,
"unicode": null,
"preserve_whitespace": 0,
"update_method": null
"maximum_length": null,
"truncate": null
},
"message": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external_validator_failed"
},
"line_too_long": {
"message": "A line was too long.",
"i18n": "validation_dict.line_too_long"
},
"relation_result_ambiguous": {
"message": "Relation_result_ambiguous.",
"i18n": "validation_dict.relation_result_ambiguous"
},
"relation_result_ambiguous": {
"message": "Select appropriate document in the list.",
"i18n": "validation_dict.relation_result_ambiguous"
},
"relation_result_empty": {
"message": "No such document was found.",
"i18n": "validation_dict.relation_result_empty"
},
"relation_result_too_long": {
"message": "Too many documents were found.",
"i18n": "validation_dict.relation_result_too_long"
"i18n": "validation_dict.external"
},
"required_not_found": {
"message": "Input is required but no input given.",
"i18n": "validation_dict.required_not_found"
"message": "Input required but not found.",
"i18n": "validation_dict.required"
},
"too_long": {
"message": "You entered too many characters.",
"i18n": "validation_dict.too_long"
},
"too_many_lines": {
"message": "You entered too many lines.",
"i18n": "validation_dict.too_many_lines"
"message": "Too much input give.",
"i18n": "validation_dict.too_much_input"
}
}
},
"job_post_subordinate_website_url": {
"type":"RelationStringField",
"cv_taglist": {
"type":"StringField",
"widget": {
"id": "job_post_subordinate_website_url",
"title": "Website",
"title_i18n": "portal_type_dict.job_posting_dict.field_dict.job_post_subordinate_website_url.title",
"description": "The url to the website of this company.",
"description_i18n": "portal_type_dict.job_posting_dict.field_dict.job_post_subordinate_website_url.description",
"alternate_name": "job_post_subordinate_website_url",
"id": "cv_taglist",
"title": "Tags",
"title_i18n": "portal_type_dict.cv_dict.field_dict.cv_taglist.title",
"description": "The tags to associate with this applicant.",
"description_i18n": "portal_type_dict.cv_dict.field_dict.cv_taglist.description",
"alternate_name": "cv_taglist",
"default_value": null,
"css_class": null,
"hidden": null,
"display_width": null,
"display_maxwidth": null,
"maximum_input": null,
"extra": null
},
"properties": {
"enabled": true,
"editable": true,
"maximum_length": null,
"first_item": null,
"extra_item": null,
"external_validator": null,
"items": null,
"list_method": null,
"jump_method": null,
"max_length": null,
"max_linelength": null,
"max_lines": null,
"parameter_list": null,
"portal_type": null,
"catalog_index": null,
"base_category": null,
"allow_jump": null,
"allow_creation": null,
"columns": null,
"container_getter_id": null,
"relation_setter_id": null,
"required": true,
"size": 1,
"sort": null,
"truncate": null,
"preserve_whitespace": null,
"unicode": null,
"preserve_whitespace": 0,
"update_method": null
"maximum_length": null,
"truncate": null
},
"message": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external_validator_failed"
"required_not_found": {
"message": "Input required but not found.",
"i18n": "validation_dict.required"
},
"line_too_long": {
"message": "A line was too long.",
"i18n": "validation_dict.line_too_long"
"too_long": {
"message": "Too much input give.",
"i18n": "validation_dict.too_much_input"
}
}
},
"cv_personal_statement": {
"type":"TextareaField",
"widget": {
"id": "cv_personal_statement",
"title": "Personal Statemnt",
"title_i18n": "portal_type_dict.job_posting_dict.field_dict.cv_personal_statement.title",
"description": "The personal statement of the applicant.",
"description_i18n": "portal_type_dict.job_posting_dict.field_dict.job_description.description",
"alternate_name": "cv_personal_statement",
"css_class": null,
"hidden": null,
"width":null,
"height":null,
"extra":null
},
"relation_result_ambiguous": {
"message": "Relation_result_ambiguous.",
"i18n": "validation_dict.relation_result_ambiguous"
"properties": {
"enabled": true,
"editable": true,
"external_validator": null,
"required": null,
"preserve_whitespace": null,
"unicode": null,
"maximum_lines": null,
"maximum_length_of_line": null,
"maximum_characters": null
},
"message": {
"external_validator_failed": {
"message": "The input failed the external validator.",
"i18n": "validation_dict.external"
},
"relation_result_ambiguous": {
"message": "Select appropriate document in the list.",
"i18n": "validation_dict.relation_result_ambiguous"
"required_not_found": {
"message": "Input required but not found.",
"i18n": "validation_dict.required"
},
"relation_result_empty": {
"message": "No such document was found.",
"i18n": "validation_dict.relation_result_empty"
"too_many_lines": {
"message": "You have entered too many lines.",
"i18n": "validation_dict.too_many_lines"
},
"relation_result_too_long": {
"message": "Too many documents were found.",
"i18n": "validation_dict.relation_result_too_long"
"line_too_long": {
"message": "One or more lines you have entered are too long.",
"i18n": "validation_dict.too_long_lines"
},
"too_long": {
"message": "You have entered too many characters.",
"i18n": "validation_dict.too_many_chars"
}
}
},
"cv_techlist": {
"type":"StringField",
"widget": {
"id": "cv_techlist",
"title": "Technogolies used",
"title_i18n": "portal_type_dict.cv_dict.field_dict.cv_techlist.title",
"description": "The technologies used by the applicant..",
"description_i18n": "portal_type_dict.cv_dict.field_dict.cv_techlist.description",
"alternate_name": "cv_techlist",
"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 is required but no input given.",
"i18n": "validation_dict.required_not_found"
"message": "Input required but not found.",
"i18n": "validation_dict.required"
},
"too_long": {
"message": "You entered too many characters.",
"i18n": "validation_dict.too_long"
},
"too_many_lines": {
"message": "You entered too many lines.",
"i18n": "validation_dict.too_many_lines"
"message": "Too much input give.",
"i18n": "validation_dict.too_much_input"
}
}
}
}
......@@ -146,7 +146,7 @@
"title": "Tags",
"description": "The tags associated with this career step."
},
"career_related_id": {
"career_subordinate_id": {
"title": "Related CV ID",
"description": "The id of the CV this career step is associated to."
}
......@@ -167,7 +167,7 @@
"title": "URL",
"description": "The url to retrieve this certificate from."
},
"certificate_related_id": {
"certificate_subordinate_id": {
"title": "Related CV ID",
"description": "The id of the CV this certificate is associated to."
}
......
......@@ -146,7 +146,7 @@
"title": "Mots clés",
"description": "Les mots-clés associés à cette étape de carrière."
},
"career_related_id": {
"career_subordinate_id": {
"title": "CV connexes ID",
"description": "L'id du CV de cette étape de carrière est associatd à."
}
......@@ -167,7 +167,7 @@
"title": "URL",
"description": "L'URL pour récupérer ce certificat."
},
"certificate_related_id": {
"certificate_subordinate_id": {
"title": "CV connexes ID",
"description": "L'id du CV de cette certificat carrière est associatd à."
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment