[Resolved] Issue details not visible in Mantis 1.2.0

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
jurgenhaas
Posts: 3
Joined: 05 Feb 2010, 12:50

[Resolved] Issue details not visible in Mantis 1.2.0

Post by jurgenhaas »

Since upgraded to the latest release (1.2.0) we do not get details of an issue displayed anymore. I've filed a bug report (http://www.mantisbt.org/bugs/view.php?id=11540) on this but I was wondering if anyone had similar experience and hopefully a solution.

Edit: This has been resolved and the resolution is included in the bug report, links above.
stattersall
Posts: 3
Joined: 16 Feb 2010, 14:59

Re: [Resolved] Issue details not visible in Mantis 1.2.0

Post by stattersall »

I understand below is the resolution to fix the problem of issues not visible in Mantis 1.2.0

$g_bug_view_page_fields = array (
'id',
'project',
'category_id',
'view_state',
'date_submitted',
'last_updated',
'reporter',
'handler',
'priority',
'severity',
'reproducibility',
'status',
'resolution',
'projection',
'eta',
'platform',
'os',
'os_version',
'product_version',
'product_build',
'target_version',
'fixed_in_version',
'summary',
'description',
'additional_info',
'steps_to_reproduce',
'tags',
'attachments',
'due_date',
);


How did you implement the above fix for this as I am having the same problem no issues are showing up in 1.2.0 when they were fine in 1.1.8.
jurgenhaas
Posts: 3
Joined: 05 Feb 2010, 12:50

Re: [Resolved] Issue details not visible in Mantis 1.2.0

Post by jurgenhaas »

By default in 1.2.0 the details would be visible. They were not in my case because I defined $g_bug_view_page_fields in config_inc.php with old-styled names, so I just had to update the configuration there and all was great.

It's described in http://www.mantisbt.org/bugs/view.php?id=11540 too.
Post Reply