diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-05 16:40:26 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-05 16:40:26 +0000 |
commit | 4e961f44eff23b53351d550fb46c2a346688a271 (patch) | |
tree | 370ce1c53d2620adaed3d9da904936769fe0fc5d /test/fixtures | |
parent | 8d4aa6f9ade613f831ff2043713ad062293babfd (diff) | |
download | redmine-4e961f44eff23b53351d550fb46c2a346688a271.tar.gz redmine-4e961f44eff23b53351d550fb46c2a346688a271.zip |
Various timelog report enhancements:
* report can be done using days as columns (#993)
* add a total column to the time report
* replace upper-right links by tabs to switch between details and report
* preserve date range filter when switching between details and report
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1326 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/time_entries.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/time_entries.yml b/test/fixtures/time_entries.yml index 151077d2b..f6876c7b0 100644 --- a/test/fixtures/time_entries.yml +++ b/test/fixtures/time_entries.yml @@ -15,7 +15,7 @@ time_entries_001: tyear: 2007
time_entries_002:
created_on: 2007-03-23 14:11:04 +01:00
- tweek: 12
+ tweek: 11
tmonth: 3
project_id: 1
comments: ""
|