View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000200 | SOGo | Web Calendar | public | 2009-10-26 17:06 | 2009-11-30 19:45 |
Reporter | ludovic | Assigned To | |||
Priority | low | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Target Version | 1.2.0 | ||||
Summary | 0000200: 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. | ||||
Tags | No tags attached. | ||||
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). |
|
The bools are now represented as integers. This solve the parsing problem. |
|
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 |
|
Note Added: 0000320 | |
2009-11-30 19:45 |
|
Status | new => resolved |
2009-11-30 19:45 |
|
Resolution | open => fixed |
2009-11-30 19:45 |
|
Assigned To | => wsourdeau |