MantisBT: master 8b9b2a32

Author Committer Branch Timestamp Parent
vboctor vboctor master 2017-11-04 21:39 master 03db938d
Affected Issues  0023594: Reporting an issue with default date `{now}` that is not visible doesn't work
Changeset

Fix handling custom date fields with value {now}

The issue should be created with custom field set to today's date,
but it gets created with literal string {now} that can't be displayed
later. The fix would be resolve {now} at reporting time and fix display
of existing issues by showing empty date.

This applies to issues created via web ui when the date field is not
visible on reporting page.

Fixes 0023594

mod - bug_report.php Diff File
mod - core/cfdefs/cfdef_standard.php Diff File