-
Notifications
You must be signed in to change notification settings - Fork 146
Closed
botpress/botpress
#3432Description
When you migrate a bot using NDU from 12.8 and earlier, text nodes do not get their content migrated.
Visually, the text is not available anymore, but the content element is still tied to the node, and has precedence on the text input in this new UI, so the bot behaves just like it did before, but its content cannot be changed from the UI anymore.
Steps to reproduce the behavior:
Here is a bot to import, skip to step 7:
bot_ndubot_1591029004885.tgz.zip
Alternatively, to create your own:
- Start Botpress version 12.8
- From the admin/modules panel, extract and activate NDU
- Create a bot from the NDU "test bot" template
- Go to flow design, right click to add a "Send Message" node.
- Double click it to select or create a text content element.
- Export the bot
- Import the bot into 12.9
- Go to flow design
Say - node-ID is empty
Expected behaviour
Migration of the onEnter content element to the content.formData.text${lang} property, so that text is displayed post-migration and can be edited from the UI, so that the bot uses this edited text.
Environment:
- Version 12.9
Metadata
Metadata
Assignees
Labels
No labels
