updated / lastchange does not update after reply
Posted: Mon Sep 03, 2012 8:08 pm
I think I've messed up the "updated" field in the ticket list when i removed it's functionality in mysql so I could migrate time spent to the new field.
basically, it doesn't change when I make a reply...
here is the structure of the "lastchange" field in the database. I have modified hesk to keep status of "in progress" upon reply if that helps.

and the change I made in admin_reply_ticket.php to keep the status of in progress.
basically, it doesn't change when I make a reply...
here is the structure of the "lastchange" field in the database. I have modified hesk to keep status of "in progress" upon reply if that helps.

and the change I made in admin_reply_ticket.php to keep the status of in progress.
Code: Select all
/* Update the original ticket */
$new_status = empty($_POST['close']) ? 4 : 3;