Set text box in ticket create to rich text.
This commit is contained in:
parent
9da8aeb054
commit
9861978d92
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ class CreateObjectManager < ActiveRecord::Migration
|
||||||
:display => 'Text',
|
:display => 'Text',
|
||||||
:data_type => 'richtext',
|
:data_type => 'richtext',
|
||||||
:data_option => {
|
:data_option => {
|
||||||
:type => 'textonly',
|
:type => 'richtext',
|
||||||
:maxlength => 20000,
|
:maxlength => 20000,
|
||||||
:upload => true,
|
:upload => true,
|
||||||
:rows => 8,
|
:rows => 8,
|
||||||
|
|
Loading…
Reference in a new issue