This file handles the core of SimpleDesk's custom ticket fields interface and code.
Directed here from the main administration centre, after permission checks and a few dependencies loaded, this deals solely with managing custom fields.
Display all the custom fields, including new/edit/save/delete UI hooks
Display the new field UI
Display the edit field UI
Handle saving a field
Handle moving a custom field up or down
Get possible icons
This function takes a given type of field and indicates what possible types it could be changed to afterwards.
Parameter: $from_type
Expected type: mixed
One of the CFIELD_TYPE constants to indicate the type of field. Alternatively, can be boolean false to return a list of all known types.
Page created in 0.017 seconds with 11 queries.