Set text box in ticket create to rich text.

This commit is contained in:
Martin Edenhofer 2015-01-07 01:05:41 +01:00
parent 9da8aeb054
commit 9861978d92

View file

@ -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,