Add trello migration (#336)
Reload namespaces and lists after migrating Add trello logo Add trello migration Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/336 Co-Authored-By: konrad <konrad@kola-entertainments.de> Co-Committed-By: konrad <konrad@kola-entertainments.de>
This commit is contained in:
parent
3c3d6a4af3
commit
60c5097d82
3 changed files with 25 additions and 7 deletions
|
|
@ -33,6 +33,10 @@ export default {
|
|||
this.name = 'Todoist'
|
||||
this.identifier = 'todoist'
|
||||
break
|
||||
case 'trello':
|
||||
this.name = 'Trello'
|
||||
this.identifier = 'trello'
|
||||
break
|
||||
default:
|
||||
router.push({name: '404'})
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue