-
-
Notifications
You must be signed in to change notification settings - Fork 601
Closed
Closed
Copy link
Labels
Description
Bug description
Following on from #13624 (PR #13626)
When selecting a revision to restore and clicking the restore button the stack does not close. If I close manually the revision content is not shown, but if I refresh the browser it appears.
How to reproduce
- New statamic install - 6.x
- Enable revisions in config and collection.
- Save entry to create revision.
- Attempt to restore revision - click the "Restore" button.
- You'll see the confirmation modal - click the "Restore" button.
- Toast message appears saying "Revision restored".
- Stack remains open.
The JS error in the original bug report has gone - there are no JS errors showing.
Logs
Environment
Environment
Application Name: Statamic
Laravel Version: 12.48.1
PHP Version: 8.4.17
Composer Version: 2.9.3
Environment: local
Debug Mode: ENABLED
URL: test.test
Maintenance Mode: OFF
Timezone: UTC
Locale: en
Cache
Config: NOT CACHED
Events: NOT CACHED
Routes: NOT CACHED
Views: CACHED
Drivers
Broadcasting: log
Cache: file
Database: sqlite
Logs: stack / single
Mail: log
Queue: sync
Session: file
Storage
public/storage: NOT LINKED
Statamic
Addons: 0
Sites: 1
Stache Watcher: Enabled (auto)
Static Caching: Disabled
Version: 6.0.0-beta.4 PROInstallation
Fresh statamic/statamic site via CLI
Additional details
No response