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
Please do not submit support requests or "How to" questions here. For that, go to StackOverflow.
What you were expecting: Ability to hide delete button for the Toolbar component. What happened instead: It's impossible.
Steps to reproduce: Try to remove or hide 'delete' button for Edit view.
Related code: Toolbar.js:80 record && typeof record.id !== 'undefined' && React.createElement(DeleteButton, { basePath: basePath, record: record, resource: resource })
insert short code snippets here
Other information:
Environment
The text was updated successfully, but these errors were encountered:
@AChuyan
I submitted a similar issue a while back and it looks like the fix is set to be released in the next major version:
#2340
Sorry, something went wrong.
indeed, it's a duplicate.
No branches or pull requests
Please do not submit support requests or "How to" questions here. For that, go to StackOverflow.
What you were expecting:
Ability to hide delete button for the Toolbar component.
What happened instead:
It's impossible.
Steps to reproduce:
Try to remove or hide 'delete' button for Edit view.
Related code:
Toolbar.js:80
record && typeof record.id !== 'undefined' && React.createElement(DeleteButton, {
basePath: basePath,
record: record,
resource: resource
})
-->
Other information:
Environment
The text was updated successfully, but these errors were encountered: