forked from marmelab/react-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
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
update to latest #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added markdown input to Ecosystem documentation
…-error [ra-input-rich-text] Do not show error message, if input isn't touched
Added link to dataprovider for NextJS CRUD
[RFR] Fix handling of deleted references
…-touched-error Revert "[ra-input-rich-text] Do not show error message, if input isn't touched"
when removing event listener, it's important to pass same function as argument. This PR makes sure, that onTextInput is the same function when adding and removing event listener
[RFR] Fix dead link to material-ui doc in List customization
Fixes #3359 When the DeleteWithConfirm modal was closed, it behaved like we clicked on the Datagrid row (triggering the `rowClick` handler of Datagrid)
…uttons [RFR] Fix Dead Link to Bulk Action Buttons in Docs
[RFR] Prevent Event propagation after Delete Confirm modal close
[RFR] Fix DashboardMenuItem className prop
I followed the tutorial from scratch and got the following error, which this fixes. ``` ./src/App.js Line 2: 'Resource' is defined but never used no-unused-vars ```
Remove unused import
[RFR] Fix broken links to material ui v1 documentation
Fix Lists/Aside sum example
[RFR] Ensure dataProvider callback sideeffect is called when using withDataProvider
clarify the id requirement for Reference fields with ra-data-graphql-simple
This reverts commit 8350d4a.
[RFR] Fix click on dialog text triggers datagrid rowClick
[RFR] Fix List does not update if AUTH_GET_PERMISSIONS is slow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.