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

fixes #986: pass Order value to selector model generated #1005

Merged
merged 1 commit into from
Aug 9, 2023
Merged

Conversation

xuzhg
Copy link
Member

@xuzhg xuzhg commented Aug 1, 2023

fixes #986: pass Order value to selector model generated

Customer maybe specify the order value in the attribute, we should pass this value to the new selector model generated.

 [Route("/Data(Key1={Key1}, Key2={Key2})", Order = -1)]
 public IActionResult GetOne(long Key1, string Key2)
{
   ..
}

Copy link
Member

@mikepizzo mikepizzo left a comment

Choose a reason for hiding this comment

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

:shipit:

@xuzhg xuzhg merged commit 8569df8 into main Aug 9, 2023
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Order value should pass to selector model generated
2 participants