opsmill / infrahub

Infrahub - A new approach to Infrastructure Management
https://opsmill.com/
GNU Affero General Public License v3.0
150 stars 7 forks source link

bug: Resolving a comment on an artifact results in error #3776

Closed petercrocker closed 2 days ago

petercrocker commented 5 days ago

Component

Not Sure

Infrahub version

0.15.0b1

Current Behavior

Resolving a comment on an artifact results in this error: Node with id 17dfad29-e35e-0c11-32e8-c51b30b481c9 exists, but it is a CoreArtifactThread, not CoreChangeThread

Expected Behavior

No error, resolved comment.

Steps to Reproduce

Done on demo-dc-fabric-develop:

  1. Load data, create artifacts on main
  2. Create a branch
  3. Make a change that causes new artifacts to be generated
  4. Create proposed change
  5. Make a comment on any line of an artifact in the diff view
  6. Go to the proposed change overview screen
  7. Click the "resolve" checkbox on the appropriate comment

Additional Information

No response