-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Can set order value for SET_SORT action #2855
Conversation
packages/ra-core/src/reducer/admin/resource/list/queryReducer.spec.js
Outdated
Show resolved
Hide resolved
packages/ra-core/src/reducer/admin/resource/list/queryReducer.spec.js
Outdated
Show resolved
Hide resolved
By the way, as this is technically a new feature, would you mind targeting the |
@djhi of course. I am going to change the target and the titles. thanks for reviewing |
The previous import location threw an error for me as it couldn't be found.
Update Unit Testing documentation
we need to rebase |
Sorry about that @frankPairs, we are migrating to TS |
…lter instead of a greedy regular expression.
@djhi @fzaninotto it's ok, i will update the PR using TS |
[RFR] Finalize ra-core i18n Migration to TypeScript
…nference [RFR] Migrate inference code to TypeScript
[RFR] Migrate ra-core form code to TypeScript
- [x] Fields - [ ] Inputs - [ ] Views
…er-get-many-patch Fix GET_MANY in ra-data-json-server data provider returns too many results
Corrected prop types for ArrayInput
…ontrollers [RFR] Migrate ra-core controllers to TypeScript
Fix typo in tutorial.md
add a note about CloneButton component to docs
Fix position of choices container when input element moves to another location
Fix error thrown by ChipInput component generated by AutocompleteArrayInput
@djhi @fzaninotto sorry I did a rebase. I am going to create another PR from the branch with this changes, I think that it is simpler. thanks |
Hi!
This PR is related to the issue #2736.
Now we can pass a order value. This order value will change the state only when sort value is different than the previousState.sort.
It allows us to define a default order value every time sort value is new.
Regards!