• Bram Schoenmakers's avatar
    Fix deletion of todo items by textual ID. · 159ee189
    Bram Schoenmakers authored
    * When using textual IDs, TodoListBase.number() wouldn't return an
      integer, making deletion fail (which expected an int).
    * When updating the todo - UID map, erase it first. Otherwise deleted
    * items will be still in there.
    159ee189
TodoListBase.py 8.03 KB