Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] web_advanced_filter: prevent error on filter delete
The wizard that adds criteria to a filter maintains a reference to that filter. That makes it impossible to delete the filter pointed to. By changing the filter_id field to delete cascade, this problem is solved.
- Loading branch information