Skip to content

Fix assertion error when deleting the current access

Antoine requested to merge ZeHiro/kresus:fix-current-access-deletion into master

If you delete the currentAccess (ie, the access of the defaultAccount or the top access in the list), an assertion is raised. This is due to a wrong reset of the currenrAccountId/currentAccessId in the store. This MR fixes this.

Merge request reports