Skip to content

Merged in 3 features from another repo #1

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

Merged
merged 9 commits into from
May 13, 2021
Merged

Merged in 3 features from another repo #1

merged 9 commits into from
May 13, 2021

Conversation

rachael-ross
Copy link
Collaborator

  • Added AlwaysReturnResourceOnCreateUpdate to JsonApiOptions
  • Added EnableDefaultSortById to override default behavior
  • Added ability to add multiple endpoints to OperationController instances

Added ability to turn off default sort by Id via JsonApiOptions
Added setting to IJsonApiOptions to always return a serialized resource on PATCH and POST, regardless if implicit changes occurred on server.
…rn-Updated

Added AlwaysReturnResourceOnCreateUpdate
…oller

Changed how an operations request is determined to allow for adding more than the single canned PostOperations action endpoint. 

Previously looked for the Action name "PostOperations", now determines if the Action controller type is BaseJsonApiOperationsController
…ple-Actions-on-Atomic-Operations-Controller

fix(Atomic-Operations): Allow additional endpoints on OperationsController
@rachael-ross rachael-ross added this to the v4.1.2 milestone May 13, 2021
@rachael-ross rachael-ross added the enhancement Enhancement or feature label May 13, 2021
@rachael-ross rachael-ross merged commit e566516 into master May 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant