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

fix: the dialog name does not update in the navigation pane when changed in the properties panel #6393

Merged
merged 6 commits into from
Mar 12, 2021

Conversation

lei9444
Copy link
Contributor

@lei9444 lei9444 commented Mar 12, 2021

Description

Root cause
The form editor and breadscrum only use the $designer.name to show the label. The project Tree will use $designer.name and dialog.id to show the item label. So when the name is undefined, the display name will be different.

fix
label = $designer.name ?? dialog.id

Task Item

closes #6387
closes #6375

Screenshots

name

@lei9444 lei9444 changed the title Display fix: the dialog name does not update in the navigation pane when changed in the properties panel Mar 12, 2021
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.02%) to 52.891% when pulling c2844a2 on lei9444:display into 4208077 on microsoft:main.

@cwhitten cwhitten merged commit 1584c35 into microsoft:main Mar 12, 2021
lei9444 added a commit to lei9444/BotFramework-Composer-1 that referenced this pull request Jun 15, 2021
…ged in the properties panel (microsoft#6393)

* fix: the dialog name does not update in the navigation pane when changed in the properties panel

* update empty deisgner name

* fix click show error

* update the name function

* fix dialog displayname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants