Bug #2397
Setting "no monsters" in custom profile is not saved
Description
When you close doomsday and then open it, this setting is turned off
Associated revisions
Fixed|libcore|Info: Retain original element names
When converting an Info block to a Record, the created variables use the unmodified letter case of the Info element names. Previously, the lower-cased lookup names were being used.
IssueID #2397
History
#1 Updated by skyjake almost 5 years ago
- Category set to Defect
- Status changed from New to In Progress
- Assignee changed from Deng Team to skyjake
- Target version set to 2.3.x
I can reproduce this. Probably the variable is being written or restored incorrectly (or has been omitted).
#2 Updated by skyjake almost 5 years ago
- Status changed from In Progress to Resolved
- Target version changed from 2.3.x to 2.2.1
- % Done changed from 0 to 100
The "noMonsters" variable became "nomonsters" when reading the profile from disk, and was no longer recognized.
#3 Updated by skyjake almost 5 years ago
- Status changed from Resolved to Closed
Fixed|libcore|Info: Retain original element names
When converting an Info block to a Record, the created variables use the unmodified letter case of the Info element names. Previously, the lower-cased lookup names were being used.
IssueID #2397