Page 1 of 1
How to bring Project listing drop-down in Issue reporting form
Posted: 17 Oct 2018, 14:26
by prati
Hello forum!!!..
I am new to Mantis Bug Tracker.I m using Mantis 2.17.0.I want to customize the current issue tracking Page. i wanted to know how can i get project listing drop-down which currently present in the at navbar at Issue reporting form as well.
Your help will be highly appreciated.
Thanks.
Re: How to bring Project listing drop-down in Issue reporting form
Posted: 17 Oct 2018, 20:21
by atrol
There is no configuration option for this, so you would have to write a plugin (read the Developer Guide for more details) or you would have to change original source code for it.
Re: How to bring Project listing drop-down in Issue reporting form
Posted: 18 Oct 2018, 15:29
by prati
Thanks sir, for your reply. As you said I have to make changes in the source code. Please guide me to achieve this by modifying the source code.
1. Which files I do have to make changes?
2. What code to be modified by what?
Thanks
Re: How to bring Project listing drop-down in Issue reporting form
Posted: 19 Oct 2018, 09:53
by atrol
It's better to write a plugin instead of changing existing code, as this will make it easier when upgrading Mantis to newer version.
As I said, read the Developers Guide before starting to write a plugin and have a look at existing plugins to get an impression of plugin development
http://mantisbt.org/wiki/doku.php/manti ... gins:start