-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
[FEATURE-REQUEST] Config option to turn off bulk delete #291
Comments
@roryfahy can you please provide more details about your use case? If you can. |
Sure @aesmail. We want to enable the business people to come in and make updates to resources like |
@roryfahy appreciate the feedback. I'm thinking of making the Making This might also solve your issue more flexibly. You can just define the function in the admin module and prevent bulk deletion. This approach might not hide "delete selected records" option though. What do you think? @roryfahy |
In its current functionality, Let's say you have your When users go to the index page, this would be called: When they try to bulk delete: Return values could be:
This would give much more control to the developer. |
oh, yeah that would be really neat. I like that idea. |
Describe the problem you're proposing to solve
[FEATURE-REQUEST] Bulk Delete #277 introduced a bulk delete feature. The issue is that there are some resources where I'd want them to be deletable but not bulk deletable.
Describe the solution you'd like
a config opt to turn off bulk delete
:bulk_delete: false
Describe alternatives you've considered
shutting off delete altogether.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: