-
Notifications
You must be signed in to change notification settings - Fork 79
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
CMS 4 - Toast notifications are sporadically broken #1345
Comments
Update to this, appears to be related to entwine, specifically in I worked this out by noticing in react dev tools that the ToastsContainer was sometimes missing
Putting a It may or may not be related to this recent change silverstripe/silverstripe-admin#1476 Commenting the "namespace" e.g. |
Linked PR has been merged and tagged as 1.12.6 |
.
Update: see comment below about entwine
Also affects CMS 5 for GraphQL5
Not broken when using GraphQL3
Shows up as failed behat tests in asset-admin e.g.
tests/behat/features/manage-files.feature:104
Also a broken behat test in versioned-admin
tests/Behat/features/list-view.feature:53
And a broken behat test in cms
tests/behat/features/duplicate-a-page.feature:15
To replicate:
Upload some files to the the file manager
Bulk delete 1+ files
You should see a toast notification, usually you don't when using GraphQL 4/5 ... but not always sometimes they do show. Reloading the browser and repeating the exercise should mean the toast notifications don't show.
Marking as medium priority because it doesn't really break functionality as missing toast notifications don't prevent you from doing things
I've debugged to see where things got to using 2x dev environments running 4.13 + graphql 3 & graphql 4
Seems like something going wrong in the graphql/redux/apollo stack
PRs
The text was updated successfully, but these errors were encountered: