diff --git a/ChangeLog b/ChangeLog index fb29ac4a1..bac5db313 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,13 @@ * UI/WebServerResources/SOGoDragHandles.js (adjust): for vertical drag handles, prioritize the top limit rather than the bottom one. + * UI/WebServerResources/UIxContactEditor.js (onComboButtonClick): + return false so the form is not submitted when the button is clicked. + + * UI/WebServerResources/ContactsUI.js + (onCategoriesMenuPrepareVisibility): don't verify the selection if + the list doesn't exist (happens in the contact editor). + 2010-11-05 Francis Lachapelle * UI/MailerUI/UIxMailListActions.m (-getSortedUIDsAction): now diff --git a/UI/Templates/ContactsUI/UIxContactEditor.wox b/UI/Templates/ContactsUI/UIxContactEditor.wox index af9c49758..ebb3eb41c 100644 --- a/UI/Templates/ContactsUI/UIxContactEditor.wox +++ b/UI/Templates/ContactsUI/UIxContactEditor.wox @@ -8,6 +8,7 @@ xmlns:label="OGo:label" className="UIxPageFrame" title="name" + const:userDefaultsKeys="SOGoContactsCategories" const:popup="YES" >