View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0013559 | mantisbt | bugtracker | public | 2011-11-24 09:25 | 2011-12-03 10:29 |
Reporter | funta222 | Assigned To | dregad | ||
Priority | low | Severity | tweak | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Platform | PC | OS | Windows | OS Version | Server 2003 x64 |
Product Version | 1.2.8 | ||||
Summary | 0013559: Provide a Link to the issue in Summary field | ||||
Description | Summary field in 'View Issues' is only text now. | ||||
Additional Information | proposed patch to bug_view_inc.php :
| ||||
Tags | No tags attached. | ||||
Related to 0013060: links from excel to mantis |
|
Hello, This can easily be achieved using a custom function, without changing the core MantisBT behavior. Please refer to the documentation http://www.mantisbt.org/docs/master-1.2.x/en/administration_guide/admin.customize.customfuncs.html You should copy/paste custom_function_default_format_issue_summary from core/custom_function_api.php into your custom_functions_inc.php; rename it to custom_function_override_format_issue_summary and change the code as appropriate to achieve what you want, e.g.
|
|