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

Added dialogs property of AdaptiveDialog to the hidden list #5785

Merged
merged 1 commit into from
Jul 23, 2021

Conversation

LeeParrishMSFT
Copy link
Contributor

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.

@LeeParrishMSFT LeeParrishMSFT requested review from a team as code owners July 13, 2021 21:34
@LeeParrishMSFT LeeParrishMSFT requested review from tomlm, luhan2017 and a-b-r-o-w-n and removed request for tomlm July 13, 2021 21:34
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 258839

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 2 unchanged lines in 2 files lost coverage.
  • Overall coverage remained the same at 76.121%

Files with Coverage Reduction New Missed Lines %
/libraries/AdaptiveExpressions/BuiltinFunctions/GetNextViableTime.cs 1 90.91%
/libraries/AdaptiveExpressions/BuiltinFunctions/GetPreviousViableTime.cs 1 90.91%
Totals Coverage Status
Change from base Build 258745: 0.0%
Covered Lines: 23118
Relevant Lines: 30370

💛 - Coveralls

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

Successfully merging this pull request may close these issues.

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