Bug 230374 - Two different attendees become twice the same one when reopening a to do
Summary: Two different attendees become twice the same one when reopening a to do
Status: VERIFIED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: HI normal
Target Milestone: ---
Assignee: Sergio Martins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-11 22:34 UTC by Sabine Faure
Modified: 2010-07-02 18:48 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sabine Faure 2010-03-11 22:34:37 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch KOrg
- Click on 'New to-do' button
- Fill in title, location, today as the due date and description
- Go to the 'Attendees' tab
- Enter two different participants
- Click on 'Ok'
- The To do appears for today on the top part of the agenda view
- Right click on the to do and select 'Edit'
- Go to the 'Attendess' tab

You can see that both your attendees are the same whereas you entered two different ones.

Trunk, Svn Rev 1101944
Comment 1 Sabine Faure 2010-03-12 20:24:52 UTC
The exact same thing happens when entering two different attendees in a Journal entry. When reopening the Journal entry both attendees are the same.

Trunk, Svn Rev 1102444
Comment 2 Sergio Martins 2010-05-31 13:23:00 UTC
Ok, reproduced it.
Comment 3 Allen Winter 2010-05-31 14:12:11 UTC
sergio, I fixed this in e35.

we can merge the fix forward, I haven't done that yet it seems.
Comment 4 Sergio Martins 2010-05-31 15:22:42 UTC
SVN commit 1132814 by smartins:

Fix bug where the item selected in EditorDetails didn't match with the one in the AttendeeEditor's mNameEdit.

Caused duplicate attendees to appear.

BUG: 230374

MERGE: 4.4, e35?


 M  +8 -0      attendeeeditor.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1132814
Comment 5 Sergio Martins 2010-06-02 12:44:10 UTC
SVN commit 1133742 by smartins:

Backport r1132814 by smartins to branch 4.4:

Fix bug where the item selected in EditorDetails didn't match with the one in the AttendeeEditor's mNameEdit.

Caused duplicate attendees to appear.

CCBUG: 230374


 M  +7 -0      koattendeeeditor.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1133742
Comment 6 Sergio Martins 2010-06-02 13:02:08 UTC
(In reply to comment #3)
> sergio, I fixed this in e35.
> 
> we can merge the fix forward, I haven't done that yet it seems.

Ah, sorry, didn't see your answer!
Comment 7 Sabine Faure 2010-07-02 18:48:53 UTC
It is corrected now.

Both attendees are remembered whether in a to-do or in a journal and invitation emails are correctly sent too.

Trunk, Svn Rev 1145265