diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-12-16 16:28:22 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-12-16 16:28:22 +0000 |
commit | 2fdbcd35dd8cc2f6b98340825a57afd24ff89670 (patch) | |
tree | bf05ccb4c0ad1109229cea2b5309fab4c27f8e51 /test/fixtures | |
parent | 537f162f27d91ad99fadd4be74c878adf33f0583 (diff) | |
download | redmine-2fdbcd35dd8cc2f6b98340825a57afd24ff89670.tar.gz redmine-2fdbcd35dd8cc2f6b98340825a57afd24ff89670.zip |
Adds a permission to log time for another user (#3848).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@17755 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/time_entries.yml | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/test/fixtures/time_entries.yml b/test/fixtures/time_entries.yml index 1b3c9caf3..4165c2ab6 100644 --- a/test/fixtures/time_entries.yml +++ b/test/fixtures/time_entries.yml @@ -1,5 +1,5 @@ ---- -time_entries_001: +--- +time_entries_001: created_on: 2007-03-23 12:54:18 +01:00 tweek: 12 tmonth: 3 @@ -12,8 +12,9 @@ time_entries_001: id: 1 hours: 4.25 user_id: 2 + author_id: 2 tyear: 2007 -time_entries_002: +time_entries_002: created_on: 2007-03-23 14:11:04 +01:00 tweek: 11 tmonth: 3 @@ -26,8 +27,9 @@ time_entries_002: id: 2 hours: 150.0 user_id: 1 + author_id: 1 tyear: 2007 -time_entries_003: +time_entries_003: created_on: 2007-04-21 12:20:48 +02:00 tweek: 16 tmonth: 4 @@ -40,8 +42,9 @@ time_entries_003: id: 3 hours: 1.0 user_id: 1 + author_id: 1 tyear: 2007 -time_entries_004: +time_entries_004: created_on: 2007-04-22 12:20:48 +02:00 tweek: 16 tmonth: 4 @@ -50,12 +53,13 @@ time_entries_004: updated_on: 2007-04-22 12:20:48 +02:00 activity_id: 10 spent_on: 2007-04-22 - issue_id: + issue_id: id: 4 hours: 7.65 user_id: 1 + author_id: 1 tyear: 2007 -time_entries_005: +time_entries_005: created_on: 2011-03-22 12:20:48 +02:00 tweek: 12 tmonth: 3 @@ -64,9 +68,10 @@ time_entries_005: updated_on: 2011-03-22 12:20:48 +02:00 activity_id: 10 spent_on: 2011-03-22 - issue_id: + issue_id: id: 5 hours: 7.65 user_id: 1 + author_id: 1 tyear: 2011 - + |