Merge ticket thread tables into one (1 of 2)
Replace the ticket_{message,response,note} tables with a single ticket_thread table that will contain data for all three current message types. This simplifies much of the ticket thread code and paves the way for other types of messages in the future.
Showing
- include/class.ticket.php 68 additions, 43 deletionsinclude/class.ticket.php
- include/client/tickets.inc.php 3 additions, 4 deletionsinclude/client/tickets.inc.php
- include/client/view.inc.php 5 additions, 5 deletionsinclude/client/view.inc.php
- include/staff/ticket-view.inc.php 8 additions, 8 deletionsinclude/staff/ticket-view.inc.php
- include/staff/tickets.inc.php 16 additions, 17 deletionsinclude/staff/tickets.inc.php
- main.inc.php 1 addition, 3 deletionsmain.inc.php
Loading
Please register or sign in to comment