Hi all!
Hans-Juergen Tappe schrieb:
I believe the following behavior is an error in 1.6.003:
The calendar shows all events, where I am owner, even those, where I am
not (not any more) participant, i.e. the events which I have entered for
other users.
In my environments, this floods the calendar (if the office manages other
user’s events). I also cannot use the “do not display events, which have
been rejected” feature, because I need to see them in the overview before
I plan new events…
Is anybody already checking to solve this misbehavior or should I dig
into this?
I believe, the following lines should be removed.
— calendar/inc/class.calendar_so.inc.php (Revision 29484)
+++ calendar/inc/class.calendar_so.inc.php (Arbeitskopie)
@@ -370,11 +370,6 @@
‘cal_user_type’ => $type,
‘cal_user_id’ => $ids,
));
- if ($type == ‘u’ && $show_rejected)
- {
-
$cal_table_def =
$this->db->get_table_definitions(‘calendar’,$this->cal_table);
$ids));
- }
}
$where[] = ‘(’.implode(’ OR ‘,$to_or).’)’;
This was added by Jörg in revision 28325. That patch was partially
reverted by Ralph (28326).
Can one of you please check if the code can safely be removed?
Thanks and best regards,
Hans-Jürgen
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers