Patch #35919
openIllumination of overdue closed issues
0%
Description
To improve the visual analysis of the department's performance, the illumination of overdue closed issues was added
Files
Related issues
Updated by Gry Adams about 3 years 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
Updated by Mischa The Evil about 3 years ago
- Is duplicate of Patch #34654: Accounting for the closing date of the issue when calculating the overdue added
Updated by Mischa The Evil about 3 years 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.
Updated by Gry Adams about 3 years ago
Mischa The Evil wrote:
Duplicates Patch #34654: Accounting for the closing date of the issue when calculating the overdue added
similar, but not a duplicate, the code is different
Updated by Gry Adams about 3 years 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?
Updated by Gry Adams about 3 years ago
- File illumination_of_overdue_closed_issues_with_user_current_today.patch illumination_of_overdue_closed_issues_with_user_current_today.patch added
like this one?