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.

CommentFileSizeAuthor
#2 export-2.txt795 bytesm.lebedev
#2 error-2.png69.82 KBm.lebedev
#2 rule-2.png49.95 KBm.lebedev
#1 export.txt765 bytesm.lebedev
#1 error.png63.17 KBm.lebedev
#1 rule.png48.24 KBm.lebedev

Comments

m.lebedev’s picture

Issue summary: View changes
StatusFileSize
new48.24 KB
new63.17 KB
new765 bytes

I 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.

m.lebedev’s picture

StatusFileSize
new49.95 KB
new69.82 KB
new795 bytes

The example above is not logically correct. I decided to make a the correct example.

tr’s picture

Status: Active » Closed (duplicate)
Related issues: +#2390611: Import validation switch

Thank 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