Hi, I need make a new report (only with a few information).
I have Mantis 1.2 runnig in Linux.
I need a new link in the main menu (for example: Report A)
This report only can be view by the REPORTER.
This report only have a information of defects (by Severity).
How I do that???
Thanks.
Search found 2 matches
- 12 Apr 2010, 17:12
- Forum: Customizations
- Topic: Make a New Report
- Replies: 0
- Views: 1975
- 12 Apr 2010, 17:03
- Forum: Customizations
- Topic: Remove By Severity on Sumary page
- Replies: 1
- Views: 2597
Re: Remove By Severity on Sumary page
Hi,
I do this follow this steps:
* Open the archive: summary_page.php
* Find and commet this paragraph:
# <table class="width100" cellspacing="1">
# <tr>
# <td class="form-title" colspan="1">
# <?php echo lang_get( 'by_severity' ) ?>
# </td>
# <?php echo $t_orcttab ?>
# </tr>
# <?php summary_print ...
I do this follow this steps:
* Open the archive: summary_page.php
* Find and commet this paragraph:
# <table class="width100" cellspacing="1">
# <tr>
# <td class="form-title" colspan="1">
# <?php echo lang_get( 'by_severity' ) ?>
# </td>
# <?php echo $t_orcttab ?>
# </tr>
# <?php summary_print ...