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

UrlEditor doesn't recognize key as segment for collection-valued navigation properties #368

Open
mikepizzo opened this issue Jul 20, 2022 · 0 comments
Labels
P0 Highest pirority to address tooling Relates to tools (editors, visualizers, etc.)

Comments

@mikepizzo
Copy link
Contributor

mikepizzo commented Jul 20, 2022

Steps to repro:

  1. go to https://rapid.rocks/api-explorer/index.html
  2. type the following in the url editbox:
competitors/cgswl/
  1. notice that intellisense doesn't complain about cgswl and gives you properties of a company -- it understands "cgswl" is a key segment
  2. continue typing:
competitors/cgswl/employees/1
  1. notice that intellisense doesn't give you properties of an employee and complains about "1" not being a property -- it doesn't understand that 1 is a key segment within the collection-valued navigation property.

if you hit "Send Request" at this point you'll see that it is a valid Url.

=>urlEditor seems to recognize key-as-segment as being valid for an entityset, but not for a collection-valued navigation property.

@mikepizzo mikepizzo added the tooling Relates to tools (editors, visualizers, etc.) label Jul 20, 2022
@mikepizzo mikepizzo added the P0 Highest pirority to address label Apr 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P0 Highest pirority to address tooling Relates to tools (editors, visualizers, etc.)
Projects
None yet
Development

No branches or pull requests

1 participant