Commit fd215c7d authored by Sven Franck's avatar Sven Franck

replaced message with text_content

parent 100c1ecc
......@@ -212,6 +212,55 @@
}
}
},
"text_content": {
"type":"TextareaField",
"widget": {
"id": "text_content",
"title": "Message",
"title_i18n": "portal_type_dict.ticket_dict.field_dict.description.title",
"description": "The message to be sent.",
"description_i18n": "portal_type_dict.ticket_dict.field_dict.description.description",
"alternate_name": "text_content",
"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"
}
}
},
"date": {
"type":"DateTimeField",
"widget": {
......
......@@ -36,7 +36,7 @@
"fieldlist": [
{"field": "user", "show": true, "priority": 4},
{"field": "date", "show": true, "priority": 1},
{"field": "description", "show": "true", "priority": 2}
{"field": "text_content", "show": "true", "priority": 2}
]
},
{
......@@ -44,7 +44,7 @@
"fieldlist": [
{"field": "user", "show": true, "priority": 4},
{"field": "date", "show": true, "priority": 1},
{"field": "description", "show": "true", "priority": 2}
{"field": "text_content", "show": "true", "priority": 2}
]
}
],
......
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