Fixing Tiddlers reading.
This commit is contained in:
parent
2c2eecaad4
commit
aa998bfd50
@ -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 ].
|
||||
|
Loading…
Reference in New Issue
Block a user