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
fd215c7d
Commit
fd215c7d
authored
Jan 23, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
replaced message with text_content
parent
100c1ecc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
51 additions
and
2 deletions
+51
-2
data/ticket_fieldlist.json
data/ticket_fieldlist.json
+49
-0
data/ticket_status.json
data/ticket_status.json
+2
-2
No files found.
data/ticket_fieldlist.json
View file @
fd215c7d
...
@@ -212,6 +212,55 @@
...
@@ -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"
:
{
"date"
:
{
"type"
:
"DateTimeField"
,
"type"
:
"DateTimeField"
,
"widget"
:
{
"widget"
:
{
...
...
data/ticket_status.json
View file @
fd215c7d
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
"fieldlist"
:
[
"fieldlist"
:
[
{
"field"
:
"user"
,
"show"
:
true
,
"priority"
:
4
},
{
"field"
:
"user"
,
"show"
:
true
,
"priority"
:
4
},
{
"field"
:
"date"
,
"show"
:
true
,
"priority"
:
1
},
{
"field"
:
"date"
,
"show"
:
true
,
"priority"
:
1
},
{
"field"
:
"
description
"
,
"show"
:
"true"
,
"priority"
:
2
}
{
"field"
:
"
text_content
"
,
"show"
:
"true"
,
"priority"
:
2
}
]
]
},
},
{
{
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
"fieldlist"
:
[
"fieldlist"
:
[
{
"field"
:
"user"
,
"show"
:
true
,
"priority"
:
4
},
{
"field"
:
"user"
,
"show"
:
true
,
"priority"
:
4
},
{
"field"
:
"date"
,
"show"
:
true
,
"priority"
:
1
},
{
"field"
:
"date"
,
"show"
:
true
,
"priority"
:
1
},
{
"field"
:
"
description
"
,
"show"
:
"true"
,
"priority"
:
2
}
{
"field"
:
"
text_content
"
,
"show"
:
"true"
,
"priority"
:
2
}
]
]
}
}
],
],
...
...
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