uvicgse / project-virtual-team-3

0 stars 0 forks source link

Branch dropdown menu not updating #17

Open omazhary opened 5 years ago

omazhary commented 5 years ago

After deleting a remote branch, the branch dropdown menu does not automatically update to show these changes.

Steps to reproduce:

Sign in to VisualGit Open/clone a repository with a remote branch Delete a remote branch

image

Expected result: The branch dropdown menu should automatically update/refresh when a remote branch is deleted, so the deleted branch should not appear in the branch dropdown menu.

Note: The remote branch does get deleted when pressing the delete button (which can be verified by git branch -a), it's just the menu that does not update