We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All informations are on the title.
Create entity
Create controller with overriding
Edit resource before the base.PostAsync(resource, cancellationToken)
It should update resource with the one that I sent to the parent.
It doesn't care about my modifications.
The text was updated successfully, but these errors were encountered:
Currently you're required to update add ExpenseNote.UserId and ExpenseNote.Status to ITargetedFields.Attributes. See #876.
ExpenseNote.UserId
ExpenseNote.Status
ITargetedFields.Attributes
We aim to make this easier: see and #934.
Closing as duplicate
Sorry, something went wrong.
No branches or pull requests
DESCRIPTION
All informations are on the title.
STEPS TO REPRODUCE
Create entity

Create controller with overriding

Edit resource before the base.PostAsync(resource, cancellationToken)

EXPECTED BEHAVIOR
It should update resource with the one that I sent to the parent.
ACTUAL BEHAVIOR
It doesn't care about my modifications.
VERSIONS USED
The text was updated successfully, but these errors were encountered: