I noticed that if I import a flow which contains an action with the same custom name as already existing flow does, the existing action overrides the one in imported flow, even though they are different.
Try these two flows from the thread where I noticed this bug:
http://automagic4android.com/flow.php?i ... c2ab3f241f
http://automagic4android.com/flow.php?i ... 943417c1f7
BUG REPORT
Moderator: Martin
Re: BUG REPORT
This behavior is by design but your example clearly shows that the design is quite silly
Maybe I could automatically rename the imported actions when the actions differ. I'll try to fix the import in the next update.
Regards,
Martin
Maybe I could automatically rename the imported actions when the actions differ. I'll try to fix the import in the next update.
Regards,
Martin
Re: BUG REPORT
Yeah, this caused little confusion when I was testing the flows, before I found out I should rename the original first. This behaviour could potentially render any imported flow broken, although it is very unlikely.
Re: BUG REPORT
A fix for this should become available in the next EAP build. Actions, conditions and triggers that have the same name but different settings will be renamed in the imported flow.