Skip to content

deleted planets not removed from database if new planet exists in same location #82

@anoff

Description

@anoff

currently planets are only deleted if the db entry is not found in the current system by its location.

if a new planet is created in the same location as a deleted one the old one will never get removed.

potential fix:

  1. introduce API to delete by planet ID
  2. switch frontend check for deleted planets to go by planetId instead of location
  3. delete via planetId

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions