Steps To Reproduce:
Try to import multiple filters, where some of the filters that have references to other imported filters. None of the filters are imported. No error messages are generated.
I think because filter #json requires filter #ok, and both get imported/parsed at the same time, the filter import logic detects filter #ok as being missing (not fully imported). As a result, nothing ends up happening. This is especially broken for me because it means I cannot export/import my filters, as none of them get imported if one of them is seen as "broken".
Description:
Steps To Reproduce: Try to import multiple filters, where some of the filters that have references to other imported filters. None of the filters are imported. No error messages are generated.
Example filters to import:
I think because filter
#json
requires filter#ok
, and both get imported/parsed at the same time, the filter import logic detects filter#ok
as being missing (not fully imported). As a result, nothing ends up happening. This is especially broken for me because it means I cannot export/import my filters, as none of them get imported if one of them is seen as "broken".Expected behavior: All filters are imported.
Version: v3.20.1