-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
P0Highest pirority to addressHighest pirority to addresstoolingRelates to tools (editors, visualizers, etc.)Relates to tools (editors, visualizers, etc.)
Description
Steps to repro:
- go to https://rapid.rocks/api-explorer/index.html
- type the following in the url editbox:
competitors/cgswl/
- notice that intellisense doesn't complain about cgswl and gives you properties of a company -- it understands "cgswl" is a key segment
- continue typing:
competitors/cgswl/employees/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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P0Highest pirority to addressHighest pirority to addresstoolingRelates to tools (editors, visualizers, etc.)Relates to tools (editors, visualizers, etc.)