View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0015860 | mantisbt | other | public | 2013-05-14 04:39 | 2013-05-27 16:40 |
| Reporter | yvesK | Assigned To | atrol | ||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | closed | Resolution | no change required | ||
| Product Version | 1.2.14 | ||||
| Summary | 0015860: How to create advance report page? | ||||
| Description | I would like to know why is advance report page is no more available, i have seen that there was just "include bug_report.php" in advance_report_page.php, is there any way already set to activate that page or do i have create link and functions by my self.? Indeed i'm moving from mantis 1.0.0 to 1.2.14 and i would like to have some fields hidden like on simple report and visible on advance report of version 1.0.0. | ||||
| Steps To Reproduce | when you go to report issue No more link to advance_report_page... | ||||
| Tags | No tags attached. | ||||
|
This functionality has been replaced by a configuration option $g_bug_report_page_fields Check http://www.mantisbt.org/docs/master-1.2.x/en/administration_guide.html#ADMIN.CONFIG.FIELDS for more details. |
|
|
hi, thanks for your quick response. Let us say i would like to hide "assigned to " field on simple report and display that on advanced report.. sorry if i take too long to understand, i am a newer in mantis. regards |
|
|
yvesK, there is no longer a distinction between simple/advanced page. $g_bug_report_page_fields is used to set the maximum of fields which are displayed and is reduced by various customizable thresholds based on access levels. If you still see a need for two different pages you can At the moment this is not a bug or feature request for MantisBT (you are asking for help on how to configure the system). |
|