botbuilder-python
botbuilder-python copied to clipboard
[PORT] Fix WaterfallStepContext to use parent dc properly
Port this change from botbuilder-dotnet/master branch: https://github.com/microsoft/botbuilder-dotnet/pull/3855
fixes #3854
- cleaned up CreateInnerDC so it is applied consistently
- changed WaterfallStepContext ctor to pass in parent dc.
Changed projects
- Microsoft.Bot.Builder.Dialogs
might be relevant. Needs checking.
@tracyboehrer this would involve porting all the bi-directional traversing of dialogs (child and parent), is this something we want to do in R10?
@axelsrz Do we have the resources for it? Otherwise, it is marked investigate, so we could limit it to recording what needs to be done.
Note: part of the dotnet PR is being rolled back. see: https://github.com/microsoft/botbuilder-dotnet/pull/4480