Commit 8fb24e5f authored by Sven Franck's avatar Sven Franck

add missing field

parent 1d52853b
......@@ -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": {
......
......@@ -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."
......
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