View Issue Details

IDProjectCategoryView StatusLast Update
0015860mantisbtotherpublic2013-05-27 16:40
ReporteryvesK Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionno change required 
Product Version1.2.14 
Summary0015860: 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...

TagsNo tags attached.

Activities

atrol

atrol

2013-05-14 04:43

developer   ~0036855

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.

yvesK

yvesK

2013-05-14 05:25

reporter   ~0036856

hi, thanks for your quick response.
Unfortunately, i'm still not understanding what to do. i have seen that i can hide or display some filed indeed by changing OFF to ON. But how can i display the link to Advnaced report/simple report page like in version 1.0.0 .

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

atrol

atrol

2013-05-14 06:25

developer   ~0036857

Last edited: 2013-05-14 06:26

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.
e.g. reporters do not get the "Assign to" fields, developers and managers get the field when entering issues.
IMO this is a good system to cover typical workflows.

If you still see a need for two different pages you can
a) configure the menu to add an entry to your own report page
b) write a plugin
c) reopen this issue, describe the use case where you need separate pages

At the moment this is not a bug or feature request for MantisBT (you are asking for help on how to configure the system).
Please use the forums, the mantisbt-help mailing list or IRC to get support on customizing and using MantisBT (refer to http://www.mantisbt.org/support.php for links and further details).