Hi Anthony,
the line does NOT fix the issue, it just displays “deleted” events,
which is surely not what your want, as you are no longer able to delete
events
It might be a PostgreSQL related issue, as I can NOT reproduce it on
MySQL (created a new event, saved it, reopened it and saved again: still
visible without deleted filter).
Ralf
Events that are created, then modified are "removed"from the calendar view.
When a modified event is saved, the DB col ‘cal_deleted’ changes to boolean
TRUE. The event still exists in its modified form in the database, but is
invisible.
I use PostgreSQL. The following commented line seems to temporarily “fix” the
issue.
Index: calendar/inc/class.calendar_so.inc.php
— calendar/inc/class.calendar_so.inc.php (revision
176131dad3f0b99e329b7c0fa65506bf9ec7a5ed)
+++ calendar/inc/class.calendar_so.inc.php (revision
27b387880c447eda1cf694692e9ae067949a6332)
@@ -401,5 +401,5 @@
if($filter != ‘deleted’)
{
+// $where[] = ‘cal_deleted=’.$this->db->quote(false,‘bool’);
}
switch($filter)
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers
–
Ralf Becker
Director Software Development
Stylite GmbH
[open style of IT]
Morschheimer Strasse 15
67292 Kirchheimbolanden
fon +49 (0) 6352 70629-0
fax +49 (0) 6352 70629-30
mailto: rb@stylite.de
www.stylite.de
www.egroupware.org
Geschäftsführer Andre Keller,
Gudrun Müller, Ralf Becker
Registergericht Kaiserslautern HRB 30575
Umsatzsteuer-Id / VAT-Id: DE214280951
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers