Open Theophile-H opened 4 years ago
For example newbies can forget to execute the enqble singleton. Now even if we execute enableSingleton
the follozwing does not work
TODOTask new title: 'Task One'; save. TODOTask new title: 'Task Two'; save.
TODOTask selectAll
aSet()
It's missing the following method:
TODOTask class >> isVoyageRoot ^ true
For example newbies can forget to execute the enqble singleton. Now even if we execute enableSingleton
the follozwing does not work
TODOTask new title: 'Task One'; save. TODOTask new title: 'Task Two'; save.
TODOTask selectAll