Hi Andrea

On 2012-02-13, at 4:32 AM, Andrea Carmisciano wrote:

> Hello everybody,
>       I'm pretty new to the list, so excuse me if I wrong the correct 
> procedure to notify issues.
> 
> I've noted that seems to exist a bug in file UIxAttendeesEditor.js that 
> prevent me to 
> add attendees to an event if  "isAllDay" checkbox is not checked.
> 
> Fastly I've fixed with the code below, anyone else has experienced this bug?
> 
> 
> if(parent$("isAllDay") == null){
>    var allDay = 0;
> }else{
>    var allDay = parent$("isAllDay").checked;
> }

What version of SOGo are you using? What is your web browser and what version?

Thanks,

Francis

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to