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.
When an item is deleted, there is still no check to verify whether or not there are other items that depend on it:
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.