Fixing Tiddlers reading.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2021-10-04 15:20:55 -05:00
parent 2c2eecaad4
commit aa998bfd50
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ Tiddler >> fromDictionary: aDictionary [
type: (aDictionary at: 'type' ifAbsentPut: [ nil ]);
caption: (aDictionary at: 'caption' ifAbsentPut: [ nil ]);
bag: (aDictionary at: 'bag' ifAbsentPut: [ nil ]);
list: (aDictionary at: 'list' ifAbsentPut: [ nil ]);
revision: (aDictionary at: 'revision' ifAbsentPut: [ nil ]).
customKeys := aDictionary keys copyWithoutAll: (self class instanceVariables collect: [ :each | each name ]).
customKeys ifEmpty: [ ^ self ].