Skip to content

Deleting items does not check for dependencies #194

Description

@almostearthling

When an item is deleted, there is still no check to verify whether or not there are other items that depend on it:

  • conditions depend on tasks
  • events depend on conditions

and when the user tries to delete a task that has a dependent condition or a condition that has a dependent event, an error must be shown instead of proceeding, otherwise a non-working configuration file could be generated.

Metadata

Metadata

Labels

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions