diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2009-10-21 22:34:52 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2009-10-21 22:34:52 +0000 |
commit | 37d401ac58c36fc060ba795d1f3a3f36fa1dc4dc (patch) | |
tree | 084ca017e6b3c84911a43b2ac7ce7edc565e6b16 /test/fixtures/time_entries.yml | |
parent | 5833ba9f81f0384e5b7f5a9d322adb1c5199e3d8 (diff) | |
download | redmine-37d401ac58c36fc060ba795d1f3a3f36fa1dc4dc.tar.gz redmine-37d401ac58c36fc060ba795d1f3a3f36fa1dc4dc.zip |
When a specific TimeEntryActivity are change, associated TimeEntries will be
re-assigned to the correct record.
* Renamed build to create since the methods now create objects.
* Removed call to Project#save that isn't needed since objects are saved directly now.
* Wrapped the activity creation and updates in a SQL transaction so TimeEntries
will remain in a consistent state if there is an error.
* When a Project's TimeEntryActivities are destroyed, they are now
reassigned to the parent TimeEntryActivity.
#4077
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2950 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/time_entries.yml')
-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 a44c0938f..f56b05aa5 100644 --- a/test/fixtures/time_entries.yml +++ b/test/fixtures/time_entries.yml @@ -55,4 +55,4 @@ time_entries_004: hours: 7.65 user_id: 1 tyear: 2007 -
\ No newline at end of file + |