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

Can't use full LU import syntax #5359

Closed
2 of 8 tasks
lauren-mills opened this issue Dec 16, 2020 · 2 comments
Closed
2 of 8 tasks

Can't use full LU import syntax #5359

lauren-mills opened this issue Dec 16, 2020 · 2 comments
Assignees
Labels
needs verify a fixed bug that needs verify before release Type: Bug Something isn't working verified a fixed bug that been verified before release

Comments

@lauren-mills
Copy link

Describe the bug

I'm importing intents and utterances from linked LU files, but I can't use the full syntax as listed here: https://docs.microsoft.com/en-us/azure/bot-service/file-format/bot-builder-lu-file-format?view=azure-bot-service-4.0#local-file-references.

I want to be able to use this pattern to pull only the utterances from a linked file by intent:

# Cancel
- [Cancel](./general.en-us.lu#Cancel)

But I get the following error: "L0:0 - L0:0 Cannot read property 'segment' of undefinedRefer to the syntax documentation here."

I think it may be related to the link not being a valid file path for the navigation window.

Version

1.3

Browser

  • Electron distribution
  • Chrome
  • Safari
  • Firefox
  • Edge

OS

  • macOS
  • Windows
  • Ubuntu

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

Screenshots

Additional context

@lauren-mills lauren-mills added Type: Bug Something isn't working Needs-triage A new issue that require triage labels Dec 16, 2020
@zhixzhan zhixzhan self-assigned this Dec 17, 2020
@feich-ms feich-ms self-assigned this Dec 17, 2020
@a-b-r-o-w-n a-b-r-o-w-n removed the Needs-triage A new issue that require triage label Dec 17, 2020
@feich-ms
Copy link
Contributor

@zhixzhan CLI fix is merged. You can switch to the new nightly build of bf-cli to resolve this issue in composer.

@zhixzhan
Copy link
Contributor

zhixzhan commented Feb 1, 2021

Addressed in #5639

@zhixzhan zhixzhan closed this as completed Feb 1, 2021
@boydc2014 boydc2014 added the needs verify a fixed bug that needs verify before release label Mar 3, 2021
@lei9444 lei9444 added the verified a fixed bug that been verified before release label Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs verify a fixed bug that needs verify before release Type: Bug Something isn't working verified a fixed bug that been verified before release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants