nautobot / nautobot-app-version-control

Version Control App that uses and requires a Dolt Database
Other
30 stars 6 forks source link

Unable to rollback commits in a new branch if 'main' branch is active #121

Closed tim-fiola closed 2 years ago

tim-fiola commented 2 years ago

Nautobot version: 1.1.3 Dolt version: Dev branch, updated today. I am running the dev instance locally.

In a prior build, I believe you were able to roll back changes in a branch, even if you were not in that branch. Is that correct?

I think this is a change in behavior from prior: users used to be able to revert commits in a new branch even if 'main' was the active branch.

Now, I get this when I attempt to revert a commit when 'main' branch is active

image

image

Is this expected behavior?

tim-fiola commented 2 years ago

closing this; I think this is indeed expected behavior