phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [ 100747 ] Calendar : conflicts shows private


From: nobody
Subject: [Phpgroupware-tracker] [ 100747 ] Calendar : conflicts shows private
Date: Tue, 16 Apr 2002 06:29:05 -0400

Support Request #100747, was updated on 2002-Apr-16 06:29
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=100747&group_id=509

Category: Bug Report
Status: Open
Priority: 5
Summary: Calendar : conflicts shows private 

By: info
Date: 2002-Apr-16 06:29

Message:
Logged In: NO 
Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)

I've discovered the following bug in 14 RC2 :

When you try to add a multi-user entry in the 
calendar, if there are conflicts with other users' 
calendar, the list of conflicts that is displayed 
shows the title of all entries even the title of a 
private one (on which you have no rights).

This bug seems to happen because of a wrong call to 
the function is_private (class.bocalendar.inc.php) 
from the function link_to_entry 
(class.uicalendar.inc.php).

I think the second argument is wrong :
i replaced in class.uicalendar.inc.php the second 
line of the function link_to_entry :
$is_private = $this->bo->is_private($event,$this->bo-
>owner);
by :
$is_private = $this->bo->is_private($event,$event
['owner']);

And now it doesn't show the title of private entries 
anymore.

Let me know if that's the good thing to do, i hope it 
helps. Thanks for all the good work that is down here.

Nicolas Reignier

----------------------------------------------------------------------
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=100747&group_id=509



reply via email to

[Prev in Thread] Current Thread [Next in Thread]