-
Couldn't load subscription status.
- Fork 304
Closed
Labels
bugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.needs-triageThe issue has just been created and it has not been reviewed by the team.The issue has just been created and it has not been reviewed by the team.
Description
Dialog Events don't work in ComponentDialogs
Version
4.16.1, main branch at time of writing
Describe the bug
File ".../workspace/.venv/lib/python3.12/site-packages/botbuilder/dialogs/dialog.py", line 128, in on_dialog_event
handled = await dialog_context.parent.emit(
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'DialogContext' object has no attribute 'emit'
To Reproduce
Steps to reproduce the behavior:
- Run emit_event on a component dialog
Expected behavior
It doesn't throw an error
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.needs-triageThe issue has just been created and it has not been reviewed by the team.The issue has just been created and it has not been reviewed by the team.