Vote #74693
完了Timelog filtering by activity field does not handle project activity overrides
0%
説明
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
journals
--------------------------------------------------------------------------------
It might be helpful for developers to know what is content of enumerations table.
Result of following query is attached as enumerations.txt:
<pre>
select * from enumerations where type='TimeEntryActivity';
</pre>
--------------------------------------------------------------------------------
Fixed in r12414, filter was not handling activity overrides at project level.
Thanks for pointing this out.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Merged.
--------------------------------------------------------------------------------