Tickets Not a Bug Technical details do not display

Have you configured the fields?

Probably not because I don't think I've written a guide about it.
 
I plan to, just haven’t had much time for it. I’ll do a brief write up for it tonight.
 
Wouldn't it be easier just to make it an option in the ACP: "Include Technical Data" in the Sidebar? I mean it's always Computer OS, Browser Type, IP Address. I am not aware of other things now.
 
Initially, that’s how it was but it became part of a different system that can be extended to pull information from other areas (something I needed for my use case). I’ll see about turning it in to an option but still using the same system under the hood. :)
 
Alright, as promised...

Create a new ticket field, place it wherever, give it whatever ID, title it what you like and set your descriptions.

You need to set the field type to PHP Callback and populate it with one of the following examples:

NixFifty_Tickets_CustomField_DeviceInfo::getDeviceInfo - Return operating system and browser name
NixFifty_Tickets_CustomField_DeviceInfo::getOperatingSystem - Return operating system
NixFifty_Tickets_CustomField_DeviceInfo::getBrowser - Return browser name

TZKjCp8.png
 
Back
Top