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
I expect to see the existing related models, but they don't show. I can select other models and create new ones, but after I save the organization the related models do not show up in the field.
Steps to reproduce
Create two models with an HasMany relationship
Add the HasMany field to model A
Create related models directly in the database
See if they show up in the field
Environment
Fatal error: Uncaught Error: Class "App\Console\Kernel" not found in vendor/statamic/cms/src/Console/Please/Kernel.php:11
I use Statamic 5.31, Laravel 11.27 and Runway 7.11
The text was updated successfully, but these errors were encountered:
Description
I have two models: Organization and OrganizationShippingAddress. On the Organization I have an HasMany relation for shipping addresses:
In the organization.yaml blueprint I created the following field:
I expect to see the existing related models, but they don't show. I can select other models and create new ones, but after I save the organization the related models do not show up in the field.
Steps to reproduce
Environment
Fatal error: Uncaught Error: Class "App\Console\Kernel" not found in vendor/statamic/cms/src/Console/Please/Kernel.php:11
I use Statamic 5.31, Laravel 11.27 and Runway 7.11
The text was updated successfully, but these errors were encountered: