Can I change what appears on Basic/Advanced bug report page?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
phil81uk
Posts: 18
Joined: 09 May 2005, 15:36

Can I change what appears on Basic/Advanced bug report page?

Post by phil81uk »

Hello,

On the Basic Bug Report page I would like to remove the Severity and Reproductivity fields and add the "Assign to" field. Is this possible in the confiruration or do I have to edit the HTML?

Thank you
atomoid
Posts: 108
Joined: 18 Aug 2005, 00:46
Location: santa cruz, ca

Post by atomoid »

I havent removed that particular stuff or tried to add any new fields, but i did remove all the platform status stuff from "bug_report_advanced_page.php" basically by removing the whole section starting from <!-- Profile --> (lines 199 to 256). it worked cleanly so i never had to revisit the issue. hopefully its the same for the fields you mentioned.
vboctor
Site Admin
Posts: 1304
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Post by vboctor »

The removal of severity and reproducibility can be easily done in Mantis 1.1 (see changelog). You can add the assign to fields by copying the corresponding section from bug_view_advanced_page.php to bug_view_page.php.

Regards,
Victor
Mantis for Mobile devices
http://www.futureware.biz/mantiswap
atomoid
Posts: 108
Joined: 18 Aug 2005, 00:46
Location: santa cruz, ca

Post by atomoid »

Victor,

Not to get too off-topic here, but is Mantis 1.1 going to be available any time soon? I'm afraid 1.1 might not be out till next winter or so, but it seems like a lot of work is already completed. I'm wondering if there is there a way to get ahold of some of the new files and see if some of the new features can be merged.

In regards to the topic of this bug, im hoping some areas of the new code such as this might be self-contained enough to drop in without causing problems to an existing 1.0.x installation.

Thanks,
-Eric
vboctor
Site Admin
Posts: 1304
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Post by vboctor »

It will probably take a bit of time till we release a stable Mantis 1.1, but I'm considering releasing an 1.1a1 release in the near future.

Regards,
Victor
Mantis for your PDA
http://www.futureware.biz/mantiswap
Post Reply