-
-
Notifications
You must be signed in to change notification settings - Fork 594
Open
Labels
Description
Bug description
I have a catalog widget defined in cp.php
'widgets' => [
[
'type' => 'collection',
'collection' => 'blog',
'fields' => ['date','status'],
'limit' => 10,
'width' => 66,
'sort' => 'date:desc',
],
],
The widget is displayed in the dashboard:
But when clicking on "Create Entry", nothing happens.
How to reproduce
Add a catalog widget in cp.php config file and try to create an entry by clicking on "Create Entry"
Logs
NothingEnvironment
Environment
Application Name: StatamicFrenchTest
Laravel Version: 12.38.1
PHP Version: 8.4.13
Composer Version: 2.8.12
Environment: local
Debug Mode: ENABLED
URL: statamic6.test
Maintenance Mode: OFF
Timezone: Europe/Paris
Locale: fr
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-alpha.17 PROInstallation
Other (please explain)
Additional details
Composer update from v6 alpha 16