Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

port: Added dialogs property of AdaptiveDialog to the hidden list (#5785) #1299

Closed
github-actions bot opened this issue Jul 23, 2021 · 0 comments
Closed
Labels
ExemptFromDailyDRIReport Use this label to exclude the issue from the DRI report. needs-triage The issue has just been created and it has not been reviewed by the team. parity The issue describes a gap in parity between two or more platforms.

Comments

@github-actions
Copy link

The changes in Added dialogs property of AdaptiveDialog to the hidden list (#5785) may need to be ported to maintain parity with microsoft/botbuilder-dotnet.

Fixes #5566 ## Description Hide the dialogs property of AdaptiveDialog in the Composer UI by adding it to the hidden list in the AdaptiveDialog.uischema file.

Note that as of today this change will not be used by Composer, it is using a local copy of a uischema file that drives it's behavior, so another Issue and PR were created for this in the Composer repo:

AdaptiveDialog has dialogs property added in declarative schema and that property should be hidden.

fix: Added dialogs to hidden list for AdaptiveDialog in index.ts file

The change was also added here so that once Composer stops using the local file this change will already be reflected in the SDK AdaptiveDialog.uischema file.

Specific Changes

Added "dialogs" property to the AdaptiveDialog.uischema file.

Testing

This can't be tested yet today as Composer is not using the properties in the SDK uischema file yet, but the change was done in a consistent manner as the other hidden properties in the AdaptiveDialog.uischema were also done.

Please review and, if necessary, port the changes.

@github-actions github-actions bot added ExemptFromDailyDRIReport Use this label to exclude the issue from the DRI report. needs-triage The issue has just been created and it has not been reviewed by the team. parity The issue describes a gap in parity between two or more platforms. labels Jul 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ExemptFromDailyDRIReport Use this label to exclude the issue from the DRI report. needs-triage The issue has just been created and it has not been reviewed by the team. parity The issue describes a gap in parity between two or more platforms.
Projects
None yet
Development

No branches or pull requests

1 participant