Closed SrMouraSilva closed 7 years ago
ERROR: When current pedalboard in replaced bank > total pedalboards in new pedalboard
# in banks_controller.updated
if self.current.is_current_bank(bank):
self.current.reload_current_pedalboard()
[ ] ApplicationObserver - test current controller changed
Create a observer to only changes the current pedalboard then removes the current_pedalboard (or a bank thant contains the current_pedalboard)
VAI DAR PROBLEMA ao deletar bank atual: Current pedalboard changed com index após remoção irá se propagar antes de remover, possivelmente gerando consistência em clientes da API
[ ] Removes current bank_number and pedalboard_number. Use instread current.pedalboard
[ ] Fix initial bank (uuid name) application/data/banks/Bank 1.json
It will fix "#11 - Banks with the same name are ovewrited then restart application"