z1pti3/jimi

[Bug] Importing flows that have objects with the same name but different settings results in incorrect import

u-n-i-c-o-rn opened this issue · 2 comments

If you import a flow that contains objects that share the same name then import overwrites them so they each have the same content.

image

These have different content but now they are the same object

image

We could look at providing an object hash - this would allow us to generate a hash based on a number of different fields (perhaps just excluding certain system fields). That way the system wouldn't have to rely on fuzzy matching.

Did not add as a hash but compared the values of each field to make sure there are no differences on the target object.