Patch #35919
Illumination of overdue closed issues
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Issues planning | |||
Target version: | - |
Description
To improve the visual analysis of the department's performance, the illumination of overdue closed issues was added
Related issues
History
#1
Updated by Gry Adams 8 months ago
Gry Adams wrote:
To improve the visual analysis of the department's performance, the illumination of overdue closed issues was added
Environment:
Redmine version 4.2-stable
ruby 2.6.6p146 (2020-03-31 revision 67876) [x86_64-linux]
Rails version 5.2.3
Environment test
Database adapter PostgreSQL
Mailer queue ActiveJob::QueueAdapters::InlineAdapter
Mailer delivery test\nSCM:
Subversion 1.9.7
Git 2.17.1
Filesystem
Redmine plugins: no plugin installed
#2
Updated by Mischa The Evil 8 months ago
- Duplicates Patch #34654: Accounting for the closing date of the issue when calculating the overdue added
#3
Updated by Mischa The Evil 8 months ago
FWIW: as I've also mentioned in #34654#note-1:
the plain use of Date.current might cause problems due to (user) timezone settings.
#5
Updated by Gry Adams 8 months ago
Mischa The Evil wrote:
FWIW: as I've also mentioned in #34654#note-1:
the plain use of Date.current might cause problems due to (user) timezone settings.
you're right, I'll replace it with "User.current.today", ok?