Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi Input Dialog can't display single value with static_select #148

Open
scetron opened this issue Aug 26, 2022 · 0 comments
Open

Multi Input Dialog can't display single value with static_select #148

scetron opened this issue Aug 26, 2022 · 0 comments
Assignees

Comments

@scetron
Copy link

scetron commented Aug 26, 2022

Environment

  • Python version: 3.8.13
  • Nautobot version: 1.2.11
  • nautobot-plugin-chatops version: 1.8

Steps to Reproduce

  1. Implement a command with the multi_input_dialog, w/ one block type
  2. User sends specific chat command calling multi_input_dialog
  3. User submits the modal dialog with a choice selected

Expected Behavior

User submission to be received normally and rest of command to be executed

Observed Behavior

500 Server Error returned

nautobot_plugin_chatops_infoblox-nautobot-1 | [25/Aug/2022 19:30:14] "GET /health/ HTTP/1.1" 200 1762
nautobot_plugin_chatops_infoblox-nautobot-1 | Unhandled action type static_select
nautobot_plugin_chatops_infoblox-nautobot-1 | Internal Server Error: /api/plugins/chatops/slack/interaction/
nautobot_plugin_chatops_infoblox-nautobot-1 | Internal Server Error: /api/plugins/chatops/slack/interaction/
nautobot_plugin_chatops_infoblox-nautobot-1 | [25/Aug/2022 19:30:18] "POST /api/plugins/chatops/slack/interaction/ HTTP/1.1" 500 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants