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
In the trash, one may want to delete permanently most, if not all, trashed items. Therefore, one would select all items in the table, as shown here:
But when choosing to delete them permanently, the following error occurs:
I propose automatically selecting only the first 15 items or changing the request to delete all selected items.
The text was updated successfully, but these errors were encountered:
I think this is caused by an upper limit on the number of items that can be deleted. It may make sense to remove it.
Sorry, something went wrong.
@swouf @pyphilia Can you confirm that we are now splitting the request in chunks and that this error does not happen anymore ?
I just tried and it seems to work on staging. I'll try on prod. I'll close this issue next week.
pyphilia
No branches or pull requests
In the trash, one may want to delete permanently most, if not all, trashed items. Therefore, one would select all items in the table, as shown here:
But when choosing to delete them permanently, the following error occurs:
I propose automatically selecting only the first 15 items or changing the request to delete all selected items.
The text was updated successfully, but these errors were encountered: