html - Change free text sorting - OTRS ITSM -
hi want show free text fields in change overview , edited agentitsmchangeoverviewsmall.dtl file , added code change free text. change free text field visible in change overview enable sort can other attributes. here code: <th class="changefreetext1 $qdata{"css"}"> <a href="$env{"baselink"}action=$env{"action"};$data{"linksort"};sortby=changefreetext1; orderby=$lqdata{"orderby"}">$text{"changefreetext1"}</a> </th> <td> <div>$text{"$data{"changefreetext1"}"}</div> </td> can tell me whats missing in code. the backend kernel::system::itsmchange changesearch() not support ordering freetext fields, unfortunately, should add well.