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(actions): hide module actions on cloud-enabled bots #235

Closed rob-gordon closed 2 years ago

rob-gordon commented 2 years ago

Hide module actions on cloud-enabled bots because they're not supported on the cloud yet

Screen Shot 2022-01-12 at 9 47 47 AM
linear[bot] commented 2 years ago
DEV-2033 On the studio, when dealing with a cloud chatbot, filter out modules actions

When adding an action in a flow node, we want to display the actions that are only related to the current bot (not those coming from a module) (on next branch only)

rob-gordon commented 2 years ago

Are we sure, that, except for the builtin module, all module actions and only module actions have a forward slash / in their name?

@franklevasseur That logic came from F's comment in the linear task here