MantisBT: master-2.25 d9464fe8

Author Committer Branch Timestamp Parent
dregad dregad master-2.25 2023-02-12 09:08 master-2.25 df94e264
Affected Issues  0031889: Product Version / Target Version - Date missing
Changeset

Restore missing version date on Bug View page

Fixing a regression introduced with IssueViewPageCommand, which removed
the prepare_version_string() calls and only displayed the version name,
as returned by the Command (see 2b163046849d3445894537f7a7b4762edd41ff8b).

The Command now returns the formatted version string in $t_issue_view
array.

Fixes 0031889

mod - bug_view_inc.php Diff File
mod - core/commands/IssueViewPageCommand.php Diff File