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.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

c++ - End of file on pipe magic during open -