Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Conversation

@pavolum
Copy link
Contributor

@pavolum pavolum commented Apr 8, 2021

Description

Add new skills flow was broken due to lingering versions of the old template fetching call in the addSkill modal. It has been replaced with updated fetchTemplate version.

Add existing skill broken due to not passing runtimeLang and runtimeEnv down to generators as well as param passing bug where an object was passed in place of individual attributes. Both of which are fixed in this PR

Task Item

fixes #6783

- Fixing add exisitng skill by param pass bug fix
@pavolum pavolum changed the title Fix: Add new/existing skill flow fix: Add new/existing skill flow Apr 8, 2021
const fetchResources = async () => {
await fetchStorages();
fetchTemplates();
fetchTemplatesV2();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the v2 is because we haven't removed the legacy code yet correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes correct. Right now we are prioritizing clean up the scenarios that will be tested by the larger audience during next weeks bug bash. Its on our backlog to clean up and remove loads of legacy code prior to release.

@coveralls
Copy link

coveralls commented Apr 8, 2021

Coverage Status

Coverage remained the same at 51.159% when pulling a3df575 on pavolum/fixAddSkills into 2b7af84 on main.

@pavolum pavolum merged commit 785045f into main Apr 12, 2021
@pavolum pavolum deleted the pavolum/fixAddSkills branch April 12, 2021 18:19
alanlong9278 added a commit that referenced this pull request Apr 13, 2021
* qika/skill:
  lint
  callers
  comments
  Fix #6731: use resourceGroup name from provisioning profile if one exists (#6872)
  fix: file selector bug (#6733)
  feat: Move Debug Panel outside the main content container (#6870)
  - Fixing add new skill by fetch correct templates on addSkill modal (#6800)
  update bf-dialog to latest rc, adjust syntax (#6849)
  feat: Update home feed and add content (#6829)
  add create publish profile dialog
@cwhitten cwhitten mentioned this pull request May 20, 2021
benbrown pushed a commit to benbrown/BotFramework-Composer that referenced this pull request May 24, 2021
* qika/skill:
  lint
  callers
  comments
  Fix microsoft#6731: use resourceGroup name from provisioning profile if one exists (microsoft#6872)
  fix: file selector bug (microsoft#6733)
  feat: Move Debug Panel outside the main content container (microsoft#6870)
  - Fixing add new skill by fetch correct templates on addSkill modal (microsoft#6800)
  update bf-dialog to latest rc, adjust syntax (microsoft#6849)
  feat: Update home feed and add content (microsoft#6829)
  add create publish profile dialog
benbrown pushed a commit that referenced this pull request Jun 11, 2021
* qika/skill:
  lint
  callers
  comments
  Fix #6731: use resourceGroup name from provisioning profile if one exists (#6872)
  fix: file selector bug (#6733)
  feat: Move Debug Panel outside the main content container (#6870)
  - Fixing add new skill by fetch correct templates on addSkill modal (#6800)
  update bf-dialog to latest rc, adjust syntax (#6849)
  feat: Update home feed and add content (#6829)
  add create publish profile dialog
lei9444 pushed a commit to lei9444/BotFramework-Composer-1 that referenced this pull request Jun 15, 2021
…icrosoft#6800)

- Fixing add exisitng skill by param pass bug fix

Co-authored-by: Patrick Volum <pavolum@microsoft.com>
Co-authored-by: Chris Whitten <christopher.whitten@microsoft.com>
Co-authored-by: Srinaath Ravichandran <srinaath27@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add new skill and add exisitng skill flows are broken

6 participants