You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deleting an entry (that includes a matrix block field) from the entries index via the dropdown, if you don't reload the CP and instead go straight to the frontend, cpresources are injected.
I had a similar issue a while back and believe it could be related some how? It seems to have something to do with the same block in the MatrixBlock afterDelete method.
Steps to reproduce
Create a section that includes a Matrix Block Field
Create an Entry within that section with at least one matrix block populated
Navigate to the entries index and delete the entry via the dropdown at the top of the page
Without reloading the CP, load any page on the frontend
Opening the network tab in your browser you will see cpresources have been injected.
Additional info
Craft version: 3.1.19 Pro
PHP version: 7.2.14
Database driver & version: MYSQL 5.7.25
The text was updated successfully, but these errors were encountered:
Description
When deleting an entry (that includes a matrix block field) from the entries index via the dropdown, if you don't reload the CP and instead go straight to the frontend, cpresources are injected.
I had a similar issue a while back and believe it could be related some how? It seems to have something to do with the same block in the MatrixBlock afterDelete method.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: