Actions
Patch #38139
closedAdd guard clause to time_tag method to handle nil time
Description
This patch prevents an Internal Server Error from occurring when a nil value is passed to the time_tag
method.
For some reason, a table's created_at
or updated_at
may have an invalid value "0000-00-00 00:00". In this case, a nil value is passed to time_tag
and the user encounters an Internal Server Error. This situation has been reported in #12026 and #12826.
Files
Related issues
Updated by Go MAEDA almost 2 years ago
- Related to Defect #12026: 500 error on user page after migrating from Trac to RedMine 2.0.3 added
Updated by Go MAEDA almost 2 years ago
- Related to Defect #12826: Error viewing some issues: ActionView::Template::Error (undefined method `-' for nil:NilClass): added
Updated by Go MAEDA almost 2 years ago
- File deleted (
add-guard-clause-to-time-tag.patch)
Updated by Go MAEDA almost 2 years ago
Updated by Go MAEDA almost 2 years ago
- Target version set to 5.1.0
Setting the target version to 5.1.0.
Updated by Go MAEDA almost 2 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Actions