botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
69 stars 83 forks source link

[Bug] Flows – Linking between nodes is broken under certain circumstances #222

Closed slvnperron closed 6 years ago

slvnperron commented 6 years ago

I don't fully understand how and why this is happening, as it's working well with all the other nodes. Please see the video attached and I also attached the bot causing problem so that you can replicate that issue on your side. The bot files

I believe this has something to do with the undo/redo feature but not 100% sure.

Edit: It turns out that it has something to do with the node's name length. If I shorten the name to "node-666" or anything else short, it works


links_issue

epaminond commented 6 years ago

@slvnperron it was coming from name indeed. Not from length but from "end" part in "amend". See PR https://github.com/botpress/botpress/pull/448