Actions
Defect #1728
closedDuplicate logtime entry at edit time
Start date:
2008-08-01
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
In the parent project TimeLog Details view, Redmine create a duplicate logtime entry at edit time.¶
INFO- Database: postgres (PostgreSQL) 8.1.11
- Ruby: ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32], 2007-12-14 Release 26
- Rails: rails (2.0.2)
- Redmine: Version 0.7.1
BUG DESCRIPTION
In the parent project TimeLog Details view, Redmine create a duplicate logtime entry at edit time.
STEPS TO REPRODUCE:
- Create a ParentProject
- Create a ChildProject (subproject of ParentProject)
- In the ChildProject, create an issue (let’s say a task)
- Create a logtime entry for the issue: ex.: filing bug report 0.5 hour.
- From the ParentProject’s TimeLog details view, edit step 4 issue’s Hours field from 0.5 to 1.0 hour.
- Observe there are now two logtime entries, the original one with 0.5 hour and the duplicate one with 1 hour. For my part, I expect only on entry.
- If you do the same steps at the ChildProject's TimeLog details view; there is not duplicate
Thank you
Updated by Jean-Philippe Lang over 16 years ago
- Category set to Time tracking
- Status changed from New to Closed
- Target version set to 0.8
- Affected version (unused) set to 0.7.3
- Resolution set to Fixed
- Affected version set to 0.7.3
Thanks for this detailed bug report.
It's fixed in r1713.
Actions