Bug 222907 - Checked resource folders get uncheck after a restart
Summary: Checked resource folders get uncheck after a restart
Status: RESOLVED FIXED
Alias: None
Product: Akonadi
Classification: Frameworks and Libraries
Component: Kolab Resource (show other bugs)
Version: 4.5
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-15 22:11 UTC by Sabine Faure
Modified: 2012-03-11 16:22 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-01-15 22:11:26 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch Kontact and go to KOrganizer.
- configure an Imap and Kolab resource and ensure that you have an Agenda folder in it.
- right click in the resources/folders view on 'New Calendar...' and select 'Birthdays and Anniversaries'. Click on 'Ok'
- A Birthdays and Anniversaries resource is created.
- Check the Birthdays and anniversaries check box as well as the Agenda check box in the resources/folders view.
- Quit Kontact
- Relaunch Kontact and go to KOrganizer

The Birthdays and Anniversaries resource is still checked but the Agenda folder is not anymore.

This means that all the events created in Agenda are no longer displayed on start up.

Akonadi-ports Branch, Svn Rev 1075014
Comment 1 Laurent Montel 2010-01-28 14:28:01 UTC
There is a problem because we read config before that collectionview is loading.
Will look at it.
Comment 2 Laurent Montel 2010-01-29 12:53:59 UTC
SVN commit 1081940 by mlaurent:

Fix step to fix bug #222907 
so config is loading now but calendarview is not updating :( Don't understand why
element is loading but it's not displaying
CCBUG: 222907 


 M  +12 -0     actionmanager.cpp  
 M  +2 -1      actionmanager.h  
 M  +22 -5     akonadicollectionview.cpp  
 M  +3 -1      akonadicollectionview.h  
 M  +1 -0      calendarview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1081940
Comment 3 Volker Krause 2012-03-11 16:22:49 UTC
This got fixed somewhen during the past two years :)