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
Scenario:
Actual: Both Delete and Destroy buttons are visible
Expected: Only Destroy button is visible
Note: Delete button disappears when 2 or more records are selected
The text was updated successfully, but these errors were encountered:
Deleted view disable delete btn (#11990)
efffac2
This PR updates the defaultRecordActionConfig for the SingleRecordActionKeys.DELETE action. A condition !isSoftDeleteFilterActive was added to the shouldBeRegistered function to ensure the delete button is only visible when the deleted records view is not selected. This prevents the delete button from appearing when viewing deleted records. #11974  
No branches or pull requests
Scenario:
Actual: Both Delete and Destroy buttons are visible
Expected: Only Destroy button is visible
Note: Delete button disappears when 2 or more records are selected
The text was updated successfully, but these errors were encountered: