Defect #15623
closedTimelog filtering by activity field does not handle project activity overrides
0%
Description
While filtering timelogs on all projects, it seems that filtering does not work as expected.
In provided screenshot you can see that filtering on Activity field by excluding values, generates result that also includes excluded values. Also you can see multiple occurance in result list for activity named "Softver: PING - ELBA".
Please note that in screenshot "Activity" field is labeled as "Activity on" (it is our localization implemented through apps\redmine\htdocs\config\locales files).
Environment is:
Redmine version 2.4.1.stable
Ruby version 1.9.3-p231 (2012-05-25) [i386-mingw32]
Rails version 3.2.16
Environment production
Database adapter Mysql2
SCM:
Subversion 1.8.4
Git 1.8.3
Filesystem
Redmine plugins:
no plugin installed
Files
Updated by Toshi MARUYAMA almost 11 years ago
- Category changed from Activity view to Time tracking
Updated by VD DV almost 11 years ago
- File enumerations.txt enumerations.txt added
It might be helpful for developers to know what is content of enumerations table.
Result of following query is attached as enumerations.txt:
select * from enumerations where type='TimeEntryActivity';
Updated by Jean-Philippe Lang almost 11 years ago
- Subject changed from Tmelog filtering by activity field is broken to Timelog filtering by activity field is broken
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
- Target version set to 2.4.2
- Resolution set to Fixed
Fixed in r12414, filter was not handling activity overrides at project level.
Thanks for pointing this out.
Updated by Jean-Philippe Lang almost 11 years ago
- Subject changed from Timelog filtering by activity field is broken to Timelog filtering by activity field does not handle project activity overrides