kblincoe / VisualGit_SE701_2019_4

1 stars 0 forks source link

Header clone button bug #221

Closed egodihc closed 5 years ago

egodihc commented 5 years ago

Since the clone route has been merged into the add repository route, the cloneFromRemote method in the header component should no longer route to '/panel/repository/clone', instead it should route to '/panel/repository/add'.

Excaleo commented 5 years ago

Ahh right, I didn't detect the reference for the clone repository component when I was refactoring repo.ts, I'll patch it up.

edit: actually it might make sense for this to be done with #209 since it is effectively the same issue.