diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-04-30 00:09:57 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-04-30 00:09:57 +0200 |
commit | 327e5d06e12b3ddad0a83a223c1673a4d0dafb15 (patch) | |
tree | d5ae844d7f1498e1552df4cd4ffd4df00b30815b /Zotlabs/Module/Channel_calendar.php | |
parent | 674215e9e6632ac22a1b87f9996f0323f5949d94 (diff) | |
download | volse-hubzilla-327e5d06e12b3ddad0a83a223c1673a4d0dafb15.tar.gz volse-hubzilla-327e5d06e12b3ddad0a83a223c1673a4d0dafb15.tar.bz2 volse-hubzilla-327e5d06e12b3ddad0a83a223c1673a4d0dafb15.zip |
calendar merge: implement single event editing UI
Diffstat (limited to 'Zotlabs/Module/Channel_calendar.php')
-rw-r--r-- | Zotlabs/Module/Channel_calendar.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Channel_calendar.php b/Zotlabs/Module/Channel_calendar.php index ee7c722c3..538951d32 100644 --- a/Zotlabs/Module/Channel_calendar.php +++ b/Zotlabs/Module/Channel_calendar.php @@ -565,6 +565,7 @@ class Channel_calendar extends \Zotlabs\Web\Controller { 'd' => $d, 'editable' => $edit ? true : false, + 'className' => 'channel_calendar_id_' . $rr['id'], 'is_first'=>$is_first, 'item'=>$rr, |