Edit fields on mobile

Hi everyone,

is it possible to edit fields on mobile interface? and custom fields?

Thanks!

Roman Massey

Hi everyone,

is it possible to edit fields on mobile interface? and custom fields?

I don’t ever use the mobile interface, but you can check the code:

tree share/html/m
share/html/m
├── dhandler
├── _elements
│ ├── footer
│ ├── full_site_link
│ ├── header
│ ├── login
│ ├── menu
│ ├── ticket_list
│ ├── ticket_menu
│ └── wrapper
├── index.html
├── logout
├── ticket
│ ├── autohandler
│ ├── create
│ ├── history
│ ├── reply
│ ├── select_create_queue
│ └── show
└── tickets
└── search

3 directories, 18 files

Cheers,

-m

Hi everyone,

is it possible to edit fields on mobile interface? and custom fields?
Thanks!

Hi Roman,

I have added a select group to the mobile interface. I simply modeled them
on existing versions.

Regards,
Ken