View Issue Details

IDProjectCategoryView StatusLast Update
0000792SOGoWeb Calendarpublic2010-09-14 21:02
Reporterludovic Assigned Toludovic  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Versionnightly v2 
Target Version1.3.2Fixed in Version1.3.2 
Summary0000792: Wrong alert content when editing an alarm
Description

When editing an event's alarm and clicking "Ok" w/o specifying any value for the "delay", we get a nice popup saying:

"heu"

From ./UI/WebServerResources/UIxReminderEditor.js, we have:

function onEditorOkClick(event) {
preventDefault(event);
if (parseInt($("quantityField").value) > 0) {
...
}
else
alert("heu");
}

TagsNo tags attached.

Issue History

Date Modified Username Field Change
2010-09-01 15:10 ludovic New Issue
2010-09-01 15:11 ludovic Target Version => 1.3.2
2010-09-14 21:02 ludovic Note Added: 0001451
2010-09-14 21:02 ludovic Status new => resolved
2010-09-14 21:02 ludovic Fixed in Version => 1.3.2
2010-09-14 21:02 ludovic Resolution open => fixed
2010-09-14 21:02 ludovic Assigned To => ludovic