Summary | 'null' datatree driver |
Queue | Kronolith |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | adrieder (at) sbox (dot) tugraz (dot) at |
Created | 05/18/2006 (6961 days ago) |
Due | |
Updated | 05/18/2006 (6961 days ago) |
Assigned | |
Resolved | 05/18/2006 (6961 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
calendars anyway, so there's no need to lock the preference.
least in my case it only works if I set the following in
kronolith/config/prefs.php
// default calendar
// Set locked to true if you don't want users to have multiple calendars.
$_prefs['default_share'] = array(
'value' => Auth::getAuth() ? Auth::getAuth() : 0,
'locked' => false,
'shared' => false,
'type' => 'implicit',
);
So "locked" has to be "false". Is that intended? Or do I miss something?
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ 'null' datatree driver
Queue ⇒ Kronolith
set to 'null'