Patch #38139
Add guard clause to time_tag method to handle nil time
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Code cleanup/refactoring | |||
Target version: | 5.1.0 |
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.
Related issues
Associated revisions
Add guard clause to time_tag method to handle nil time (#38139).
Patch by Go MAEDA.
History
#1
Updated by Go MAEDA about 1 month ago
- Related to Defect #12026: 500 error on user page after migrating from Trac to RedMine 2.0.3 added
#2
Updated by Go MAEDA about 1 month ago
- Related to Defect #12826: Error viewing some issues: ActionView::Template::Error (undefined method `-' for nil:NilClass): added
#3
Updated by Go MAEDA about 1 month ago
- File deleted (
add-guard-clause-to-time-tag.patch)
#4
Updated by Go MAEDA about 1 month ago
- File add-guard-clause-to-time-tag.patch
added
#5
Updated by Go MAEDA about 1 month ago
- Target version set to 5.1.0
Setting the target version to 5.1.0.
#6
Updated by Go MAEDA about 1 month ago
- Status changed from New to Closed
- Assignee set to Go MAEDA