I still have this bug
I have try to look in the code to see where and when the status was
supposed to be update without success
Maybe it’s because I have miss something with the change introduce by
the patch
but I managed to make it work this way
modified after line 533 in
else // we edited a non-reccuring event or the whole series
{
// only update the stati of the exception
if
($this->bo->check_perms(EGW_ACL_EDIT, $event))
{
foreach ($event[‘participants’]
as $uid => $status)
{
if
(!isset($old_event[‘participants’][$uid])
>>
!$old_event[‘participants’][$uid]
>>
$old_event[‘participants’][$uid][0] != $status)
{
$this->bo->set_status($old_event[‘id’], $uid, $status,
$content[‘edit_single’], true);
$unchanged = false;
}
unset($old_event[‘participants’][$uid]);
}
foreach
($old_event[‘participants’] as $uid => $status)
{
// delete the removed
participants
$this->bo->set_status($old_event[‘id’], $uid, ‘G’,
$content[‘edit_single’], true);
$unchanged = false;
}
if (!$unchanged)
{
$msg = lang(‘Status
updated’);
$js =
‘opener.location.href=’’.addslashes($GLOBALS[‘egw’]->link(’/index.php’,array(
‘menuaction’ =>
$referer,
‘msg’ => $msg,
))).’’;’;
}
break;
}
After this it resolv my bug
I dont’t understand iwhy you can’t reproduce my bug (I’m using a
standart debian install nothing speciall in my php.ini)
Jörg Lehrke a écrit :
Hi Zorg,
I tried it myself and it works for me. Did you safe your changes? I
changed the behaviour with my patch so that everything is only
applied, if you safe it.
Cheers,
J"org
–
Joerg Lehrke GnuPG-KeyID: C66844AC
Bgm.-Haffner-Str. 7, D-87600 Kaufbeuren, Germany
Tel +49 176 63127967 Gnu – Protect your freedom!
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers