View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0011540 | mantisbt | html | public | 2010-02-23 07:55 | 2010-06-09 03:44 |
Reporter | jurgenhaas | Assigned To | dhx | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | no change required | ||
Product Version | 1.2.0 | ||||
Summary | 0011540: Reporter, project and assignee not displayed in view.php anymore | ||||
Description | I've upgraded from 1.2.0RC2 and suddenly when going to view issue details the project, reporter and assignee is not displayed anymore. When editing an issue, they are there but not in view mode. I haven't found anything to customize the view anyway, so I guess there's something wrong in the codebase? | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Please help, it's getting worse. See attached screenshot and you'll see that all issue details apart from custom fields are missing in issue details view. When editing an issue, all is available, but not in detail view. What could cause that? |
|
The $g_bug_view_page_fields configuration option (and other similar _fields options) changed since 1.2.0RC2. Where you once needed to use constants in the array, you now have to use strings. For example, to show all fields on the view page: |
|
Jurgen reported on IRC that updating $g_bug_view_page_fields to contain strings instead of constants (see config_defaults_inc.php for an example of how $g_bug_view_page_fields should be defined) solved the problem. Resolving as "no change required". |
|