Skip to content

what's the point of CRUD::setOperationSetting('withTrashFilter', false); if editing trashed users gives error 404? #1255

Discussion options

You must be logged in to vote

Hello @prescriptionlifeline

The point of this functionality is to give developers more control over how trashed items are handled. Here are a few reasons why you might want to disable the default trash filter:

  • Custom filtering: You might want to implement your own custom filtering logic for trashed items.
  • Visibility of trashed items: In some cases, you might want to show trashed items alongside active items for comparison or reference.
  • Custom access control: You can implement your own access control logic for trashed items.

Let me know if you have any other question.

Cheers.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@prescriptionlifeline
Comment options

Answer selected by jcastroa87
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants