[SOGo] UIxAttendeesEditor.js

2012-02-13 Thread Andrea Carmisciano

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;
}


Thanks for you work,
bye bye

ps: sorry for my primordial english!






-- 

Andrea Carmisciano
Programmatore

Infoporto La Spezia S.r.l.
Tel +39 0187 546 886 Fax +39 0187 546 382
Via del Molo, 1 – 19126 La Spezia
www.infoporto.it
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] UIxAttendeesEditor.js

2012-02-13 Thread Francis Lachapelle
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

Re: [SOGo] UIxAttendeesEditor.js

2012-02-13 Thread Andrea Carmisciano

Hi,
we're using sogo 2.0.0 (nightly), but we started noting it from 1.3.1

we're experienced that issue both on chrome (mac, 16.0 ) that on firefox 
(stable and 
aurora)

Thanks,
A.

-- 

Andrea Carmisciano
Programmatore

Infoporto La Spezia S.r.l.
Tel +39 0187 546 886 Fax +39 0187 546 382
Via del Molo, 1 – 19126 La Spezia
www.infoporto.it

Il giorno 13/feb/2012, alle ore 15:56, Francis Lachapelle ha scritto:

 
 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
-- 
users@sogo.nu
https://inverse.ca/sogo/lists