Broken rules obviously can be exported, but not imported due to integrity checks. That's inconsistent and complicates debugging.
I request the feature to optionally disable integrity checks during import.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | export-2.txt | 795 bytes | m.lebedev |
| #2 | error-2.png | 69.82 KB | m.lebedev |
| #2 | rule-2.png | 49.95 KB | m.lebedev |
| #1 | export.txt | 765 bytes | m.lebedev |
| #1 | error.png | 63.17 KB | m.lebedev |
Comments
Comment #1
m.lebedev commentedI found the problem export \ import.
During the import an error occurs if the rule contains a cycle in which added an item to a list.
Comment #2
m.lebedev commentedThe example above is not logically correct. I decided to make a the correct example.
Comment #3
tr commentedThank you for the good issue report. You are correct that you can't import a rule that fails the integrity check. I am going to mark this as a duplicate of a much newer issue which provides a patch to fix this problem: #2390611: Import validation switch