Dr J A Gow
2007-12-05 23:05:36 UTC
Hi,
I've found that fix for disappearing PIM items in WM6. It will be in
the next batch of commits but if you desperately need it now, add the
lines below to the DeletePartnership() method in kernel.py just before
line 455:
cps = self.partnerships.get_current()
if cps!= None:
if cps.id == id:
self.rapi_session.sync_pause()
This should do it (the partnership code's all changed in the new
versions).
John.
I've found that fix for disappearing PIM items in WM6. It will be in
the next batch of commits but if you desperately need it now, add the
lines below to the DeletePartnership() method in kernel.py just before
line 455:
cps = self.partnerships.get_current()
if cps!= None:
if cps.id == id:
self.rapi_session.sync_pause()
This should do it (the partnership code's all changed in the new
versions).
John.