nanodesigns / nanosupport

Create a fully featured Support Center in your WordPress setup without any third party dependency, completely FREE. Get a built-in Knowledgebase too. The plugin is available on WordPress.org repository:
https://wordpress.org/plugins/nanosupport/
GNU General Public License v2.0
50 stars 13 forks source link

ticket creation date lost when agent assigns the ticket #74

Closed wptech68 closed 4 years ago

wptech68 commented 5 years ago

looks that the first creating date is lost when the support agent assigns the ticket, or basically when it moves from pending to open status

as an example: user creates a ticket on march 1st, so it has a pending status till an agent reaches it support agent sees the ticket 1 week later on march 8 and assign this ticket to someone now, the ticket shows both creation and update date as march 8, when it was originally created on march 1st, however this first date is missed forever.

i think the ticket shoud keep the march 1 as the creation date, and march 8 as the updated one. if missed as now, nobody can see how many days the agent waited to assign the ticket, actually the march 1st date is removed from everywhere including the admin console, so not even a full admin can view when it was originally posted by the user

hope it helps

mayeenulislam commented 5 years ago

You have a very good point asking for the feature. But, this is a feature of WordPress core, by default. Primary observation shows, there's no quick filter hook available to reverse the feature. Tried some inner hooks to get the desired value, but it simply appears that, currently it's a 'won't fix' request. But we will obviously take a look at how to achieve this with least performance clutter.

wptech68 commented 5 years ago

not a big problem , just a suggestion. thanks anyway to take in consideration bye