Skip to content

Sort accesses

Antoine requested to merge ZeHiro/kresus:sort-accesses into master
  • First make defaultAccountId part of state.banks instead of state.settings
  • Sort the accesses in a deterministic way :
    • The access with defaultAccountId
    • Enabled accesses (then by alphabetical order)
    • Disabled accesses (then by alphabetical order)
Edited by Antoine

Merge request reports