alkem-io / server

Core server in the Alkemio platform, offering a GraphQL api for interacting with the logical domain model.
http://alkem.io
European Union Public License 1.2
24 stars 4 forks source link

BUG: Base license plan can be deleted #4109

Closed Comoque1 closed 4 weeks ago

Comoque1 commented 1 month ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to http://localhost:3000/graphql
  2. Delete a base license plan
  3. Query platform licenses: error is thrown: "message": "Unable to find base plan: 97f798ed-254a-4a31-a2c4-89a7e344f7ff",
  4. See error image.png

Expected behavior Or should not be able to delete a plan, or the querying the plans should return data after a plan is removed.

techsmyth commented 4 weeks ago

Field is no longer present so can be closed