projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d96fbe9
)
Propagate calendar list for default calendar.
author
Jan Schneider
<jan@horde.org>
Thu, 23 Dec 2010 18:06:16 +0000
(19:06 +0100)
committer
Jan Schneider
<jan@horde.org>
Thu, 23 Dec 2010 18:06:16 +0000
(19:06 +0100)
kronolith/lib/Application.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Application.php
b/kronolith/lib/Application.php
index
c2a7d6c
..
6ae73d6
100644
(file)
--- a/
kronolith/lib/Application.php
+++ b/
kronolith/lib/Application.php
@@
-201,6
+201,12
@@
class Kronolith_Application extends Horde_Registry_Application
}
break;
+ case 'share':
+ foreach (Kronolith::listInternalCalendars(false, Horde_Perms::EDIT) as $id => $calendar) {
+ $ui->override['default_share'][$id] = $calendar->get('name');
+ }
+ break;
+
case 'view':
$hour = array();
for ($i = 0; $i <= 48; ++$i) {