Skip to content

Fix Duplicate Resources Assigned to a Project

Eugene Xiang requested to merge assignproject-fix into main

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record) in Title (using number of issue)

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • Core
  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • Breaking change

What is the current behavior?

When a resource is assigned to project, it can be assigned to the same project one more time, assign the third time will trigger "no new resource found" exception.

What is the new/expected behavior?

When a resource is assigned to project, the 2nd assign will trigger "no new resource found" exception

Have you added/updated Unit Tests and Integration Tests and documentation?

  • Unit tests
  • Integration tests
  • Documentation

Any other useful information

Merge request reports

Loading