I created a custom List and then added it to the ticket form. After that I modified the tickets view under Setings->Tickets->Queues adding the new field to the "Open" Ticket Queues. From this moment i can't see anything on the list.
The field is correctly viewed in the ticket details as show
On the ticket list, if I use the "Open/open" view (without the new field) the ticket appear correctly
But if i go to the "Open" view no ticket are displayed
Checking the error log I found this:
PHP Fatal error: Uncaught InconsistentModelException: Unable to prepare query: Unknown column 'B2.module' in 'field list'
Table alias B2 referrer to
LEFT JOIN
ost_ticket__cdataB2
that dosn't have any column 'module'. (it has ticket_id,subject,priority)
Is something gone wrong in the custom field creation?