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 clicking on the 'View History' button of an unpublished entry in the CP, the revision history panel loads indefinitely.
The called route cp/collections/{collection}/entries/{entry}/revisions fails with error 500 in the background.
Bug description
When clicking on the 'View History' button of an unpublished entry in the CP, the revision history panel loads indefinitely.
The called route
cp/collections/{collection}/entries/{entry}/revisions
fails with error 500 in the background.Illuminate\Routing\Exceptions\UrlGenerationException
Missing required parameter for [Route: statamic.cp.collections.entries.revisions.show] [URI: cp/collections/{collection}/entries/{entry}/revisions/{revision}] [Missing parameter: revision].
How to reproduce
Open an unpublished entry in the CP and click on
View History
. The panelRevision History
opens on the right side, but loads indefinitely.Logs
Environment
Installation
Existing Laravel app
Additional details
No response
The text was updated successfully, but these errors were encountered: