View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0010918 | mantisbt | bugtracker | public | 2009-09-09 04:36 | 2009-10-07 14:19 |
| Reporter | dhx | Assigned To | dhx | ||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.2.0rc2 | ||||
| Target Version | 1.2.0rc2 | Fixed in Version | 1.2.0rc2 | ||
| Summary | 0010918: Due date feature: undefined reference to $t_null_date on bug_update_advanced_page.php | ||||
| Description | When the due date feature is enabled, there is an error being thrown on bug_update_advanced_page.php where an incorrect check is being performed for null dates. | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master-1.2.x 9d57fe92 2009-09-09 04:34 Details Diff |
Fix 0010918: Undefined $t_null_date when updating due date field Preconditions: * User has permission to update the due date * The due date field is configured to show on the update page When these preconditions are true, an error is thrown due to an invalid check for a null date. We should be using the date_is_null function instead as this is what is used in other parts of Mantis to check for null due dates. |
Affected Issues 0010918 |
|
| mod - bug_update_advanced_page.php | Diff File | ||
|
MantisBT: master ed3bf370 2009-09-09 04:34 Details Diff |
Fix 0010918: Undefined $t_null_date when updating due date field Preconditions: * User has permission to update the due date * The due date field is configured to show on the update page When these preconditions are true, an error is thrown due to an invalid check for a null date. We should be using the date_is_null function instead as this is what is used in other parts of Mantis to check for null due dates. |
Affected Issues 0010918 |
|
| mod - bug_update_advanced_page.php | Diff File | ||