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 you have a multisite and create a localised entry, deleting the origin doesn't delete the translation. This leaves unwanted ghost entries in your collection that sometimes you can't delete. I haven't pin pointed this yet.
If you delete this entry via the file system it will come right back if you refresh the CP until you've cleared the cache.
The remaining page still has an origin id of the deleted original.
I also encountered the same issue multiple times and one of those times, I tried dragging the .md file directly in the trash and then when I reloaded the collection listing, I got a crash, so I went back in my file system and saw that either the Origin ID (or the ID itself, can't remember exactly) of the entry was caught in an infinite loop. I had to restart valet and I also ran composer dump-autoload (clearing the cache only like Rob did might have worked too) to get everything to work again.
Bug Description
When you have a multisite and create a localised entry, deleting the origin doesn't delete the translation. This leaves unwanted ghost entries in your collection that sometimes you can't delete. I haven't pin pointed this yet.
If you delete this entry via the file system it will come right back if you refresh the CP until you've cleared the cache.
The remaining page still has an origin id of the deleted original.
How to Reproduce
Extra Detail
Possibly related to #1713
Here's a quick demo:
You end up with:
Download a zip of this demo here.
Environment
Statamic 3.0.16 Pro
Laravel 8.9.0
PHP 7.4.10
No addons installed
Install method (choose one):
statamic/statamic
The text was updated successfully, but these errors were encountered: