[rt-users] Edit fields on mobile

Matt Zagrabelny mzagrabe at d.umn.edu
Fri Jul 17 15:12:23 EDT 2015


On Fri, Jul 17, 2015 at 2:07 PM, Roman Massey <romanmassey at gmail.com> wrote:
> 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


More information about the rt-users mailing list