Skip to content
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

bulk delete (userform submissions) results in JS error -> something with Symfony AbstractCache #219

Open
micschk opened this issue Sep 11, 2021 · 0 comments
Labels

Comments

@micschk
Copy link

micschk commented Sep 11, 2021

Batch-deleting userform submissions:
Screenshot 2021-09-11 at 17 20 33

Results in a console error:
Screenshot 2021-09-11 at 17 21 13

Seems due to invalid JSON being returned:

{
  "isDestructive":true,
  "isError":false,
  "isWarning":true,
  "message":"Deleted 0 records.",
  "successClasses":[],
  "failedClasses":[],
  "records":{
    "success":[],
    "failed":[]
  }
}{
  "isDestructive":true,
  "isError":true,
  "isWarning":true,
  "message":"The \"Symfony\\Component\\Cache\\Simple\\AbstractCache\" class is deprecated since Symfony 4.3, use \"Symfony\\Component\\Cache\\Adapter\\AbstractAdapter\" and type-hint for \"Symfony\\Contracts\\Cache\\CacheInterface\" instead.",
  "successClasses":[],
  "failedClasses":[]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants