View Issue Details

IDProjectCategoryView StatusLast Update
0001632SOGoWeb Calendarpublic2016-09-23 18:39
Reporteracarmisc Assigned Toludovic  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionno change required 
Product Versionnightly v2 
Summary0001632: UIxAttendeesEditor.js error prevent to add attendees
Description

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.

Additional Information

Fastly I've fixed with the code below

if(parent$("isAllDay") == null){
var allDay = 0;
}else{
var allDay = parent$("isAllDay").checked;
}

TagsNo tags attached.

Activities

francis

francis

2012-02-16 16:26

administrator   ~0003452

What browser do you use?

acarmisc

acarmisc

2012-02-17 18:00

reporter   ~0003458

Chrome and firefox aurora.

ludovic

ludovic

2016-09-23 18:39

administrator   ~0010669

Likely not relevant anymore.

Issue History

Date Modified Username Field Change
2012-02-15 07:51 acarmisc New Issue
2012-02-16 16:26 francis Note Added: 0003452
2012-02-17 18:00 acarmisc Note Added: 0003458
2016-09-23 18:39 ludovic Note Added: 0010669
2016-09-23 18:39 ludovic Status new => closed
2016-09-23 18:39 ludovic Assigned To => ludovic
2016-09-23 18:39 ludovic Resolution open => no change required