Adding a new entry to the Ticket::Frontend::MenuModule
Adding a new entry to the Ticket::Frontend::MenuModule
I would like to add a new button called "Billing" to the ticket menu, what is the most supported way of doing this? Should I edit the config xml to provide for another entry or is there another way?
-
- Znuny guru
- Posts: 2210
- Joined: 13 Mar 2014, 09:16
- Znuny Version: 6.0.14
- Real Name: Rolf Straub
Re: Adding a new entry to the Ticket::Frontend::MenuModule
Well, not edit it, but you could create a new file (any name) with the .xml extension.
It will be read and processed when you run the RebuildConfig script, or click on "SysConfig" in the webinterface.
It will be read and processed when you run the RebuildConfig script, or click on "SysConfig" in the webinterface.
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
Re: Adding a new entry to the Ticket::Frontend::MenuModule
Thanks! Made sense now when I looked through the XML files for other modules!