Summary | External events like birthdays don't stick |
Queue | Kronolith |
Queue Version | 2.3 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | ken (at) mc-neill (dot) net |
Created | 12/15/2008 (6043 days ago) |
Due | |
Updated | 12/15/2008 (6043 days ago) |
Assigned | 12/15/2008 (6043 days ago) |
Resolved | 12/15/2008 (6043 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
having related issues with error messages described in
http://bugs.horde.org/ticket/7439.
// store the external calendars to display
$_prefs['display_external_cals'] = array(
'value' => 'a:0:{}',
'locked' => false,
'shared' => false,
'type' => 'implicit'
);
It does not and should not show up in the UI (thus the implicit type;
types are documented in horde/config/prefs.php.dist) because it saves
the state of the panel checkboxes, nothing more.
The relationship to upgrading is that if you upgraded and didn't
update prefs.php from prefs.php.dist, you won't have this preference
and it won't be saved to the db. From horde/docs/UPGRADING:
"After updating to a newer Horde version, or a newer version of **any** Horde
application, you **always** need to update **all** configuration files."
However, could you please tell me where to find the "external
calendars preference"? And which "upgrade instructions?" What does
this have to do which upgrading?
I contribute significant amounts of my time and energy to other open
source projects, and the main concern is always USABILITY. Simply
saying 'if not [...], "then that's your problem"' doesn't improve the
quality of Horde.
any object responsible for persisting the choice to show birthdays,
etc. on the Calendar.
then that's your problem. You need to follow the upgrade instructions.
State ⇒ Not A Bug
any object responsible for persisting the choice to show birthdays,
etc. on the Calendar.
then that's your problem. You need to follow the upgrade instructions.
any object responsible for persisting the choice to show birthdays,
etc. on the Calendar. I believe this should be present in the
Kronolith options UI.
State ⇒ Feedback
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ External events like birthdays don't stick
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Kronolith, the events don't stick. That is, there is no way to save
that preference, and the next time you view the Calendar, the events
are gone and must be re-populated by the user.