botpress / studio

The studio is the main interface you'll use to build and edit your chatbot.
https://botpress.com/docs/quickstart#conversation-studio
39 stars 38 forks source link

fix(builtin): bug-erase-variable studio change #265

Closed Raid55 closed 2 years ago

Raid55 commented 2 years ago

this is a clone of a change made on botpress/botpress for the next changes.

linear[bot] commented 2 years ago
DEV-1383 [BUG] Erase variable (botpress/botpress #5140)

**Describe the bug** The `builtin/setVariable` action states that you may leave the value empty or to type 'null' to erase it. Typing 'null' does effectively erase it, but leaving it blank does nothing. **To Reproduce** ... **Expected behavior** Either an updated tooltip, or the function to support the tooltip. **Screenshots** ![image](https://user-images.githubusercontent.com/59566773/123478338-5110ce80-d5cd-11eb-9257-58bd8a6546ef.png) **Environment (please complete the following information):** - 12.22.0 **Additional context** N/A

samuelmasse commented 2 years ago

Hey @Raid55 the conventional commit format uses : not ; ! So it should be fix(builtin): bug-erase-variable studio change