View Issue Details

IDProjectCategoryView StatusLast Update
0000200SOGoWeb Calendarpublic2009-11-30 19:45
Reporterludovic Assigned Towsourdeau 
PrioritylowSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Target Version1.2.0 
Summary0000200: Show Completed Tasks > First selection is ignored
Description

If we "Show Completed Tasks" and we switch modules, the pref is kept.

But, the completed tasks aren't shown at all when we come back in the calendar module. We have to click again on the checkbox to make them appear.

TagsNo tags attached.

Activities

francis

francis

2009-10-30 18:35

administrator   ~0000268

This problem is related to the JSON representation of UserDefaults.

The booleans are converted to "YES"/"NO" strings while it should be converted to true/false when calling [SOGoUserDefaults jsonRepresentation] (see NSDictionary+BSJSONAdditions).

wsourdeau

wsourdeau

2009-11-30 19:45

viewer   ~0000320

The bools are now represented as integers. This solve the parsing problem.

Issue History

Date Modified Username Field Change
2009-10-26 17:06 ludovic New Issue
2009-10-30 18:35 francis Note Added: 0000268
2009-10-30 18:35 francis Severity minor => major
2009-10-30 18:35 francis Target Version => 1.1.1
2009-11-30 19:45 wsourdeau Note Added: 0000320
2009-11-30 19:45 wsourdeau Status new => resolved
2009-11-30 19:45 wsourdeau Resolution open => fixed
2009-11-30 19:45 wsourdeau Assigned To => wsourdeau