MantisBT: master-2.25 619e9e4f

Author Committer Branch Timestamp Parent
dregad dregad master-2.25 2021-10-16 01:43 master-2.25 f0706618
Affected Issues  0022784: Markdown formatting doesn't take effect on `summary` field in View Issues page
 0025902: Implement IssueViewPageCommand to separate logic from rendering of issue view page
 0029181: 'format_issue_summary' custom function not called from View Issue Details page
Changeset

Use custom function to display issue summary

Introduction of IssueViewCommand [1] removed the call to
'format_issue_summary' custom function from View Issue Details page
(bug_view_inc.php).

This fixes the regression, restoring earlier behavior of calling
bug_format_summary().

Fixes 0029181

[1]: issue 0025902, commit 2b163046849d3445894537f7a7b4762edd41ff8b

mod - bug_view_inc.php Diff File