[Korganizer-devel] [Bug 184642] Dissociating all future events does not work any more

Sergio Martins (ld50) iamsergio at gmail.com
Wed Feb 18 11:37:19 CET 2009


https://bugs.kde.org/show_bug.cgi?id=184642


Sergio Martins (ld50) <iamsergio at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |iamsergio at gmail.com




--- Comment #1 from Sergio Martins (ld50) <iamsergio gmail com>  2009-02-18 11:37:17 ---
This is not a KDE4.2 issue, it doesn't work since 2004, commit 347673 changed:

dissociateOccurrence( incidence, date, KOPrefs::instance()->timeSpec(), false
);

to

dissociateOccurrence( incidence, date, KOPrefs::instance()->timeSpec(), true );

I guess it's a typo introduced while implementing locking, I've changed it to
the correct line again but it still doesn't work correctly - It doesn't
dissociate future occurrences, it dissociates past occurrences!

For example, if you have an event with instances I1, I2, I3, I4, I5, and click
on top of I3 and "dissociate future occurrences", it will create the event
composed by I1 and I2, and the event composed by I3, I4, I5.

My suggestion to fix this would be to change the boolean to true, and the text
to "Dissociate Past Occurrences".

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Korganizer-devel mailing list