Adding a new entry to the Ticket::Frontend::MenuModule

English! place to talk about development, programming and coding
Post Reply
soos
Znuny newbie
Posts: 38
Joined: 12 Mar 2014, 11:53
Znuny Version: 3.3.1
Real Name: O

Adding a new entry to the Ticket::Frontend::MenuModule

Post by soos »

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?
RStraub
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

Post by RStraub »

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.
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
soos
Znuny newbie
Posts: 38
Joined: 12 Mar 2014, 11:53
Znuny Version: 3.3.1
Real Name: O

Re: Adding a new entry to the Ticket::Frontend::MenuModule

Post by soos »

Thanks! Made sense now when I looked through the XML files for other modules!
Post Reply