-
-
Notifications
You must be signed in to change notification settings - Fork 606
Description
Bug description
When adding multiple assets per drag and drop to a link field, it keeps all three instead of just one. After saving there's only one left. The asset fieldtype (with max_items set to 1) also allows that, but throws a validaton error on save, so editors have a little more control over which assets they need to delete.
There are kind of two minor bugs in this issue: The behaviour of being able to upload multiple assets into the asset fields and the different behaviour of validation of the asset fieldtype component and the link asset component. Both are confusing for editors, but I think having the same validation with both components would already help a lot. I can open another issue if that's better.
Here's a screen recording of the behaviour of the link asset component:
https://github.com/user-attachments/assets/a736b359-f369-428d-97eb-c0261dc3f8b2
How to reproduce
- Set up a fresh Statamic
- Add a link fieldtype to any blueprint
- Drag and drop multiple images into the upload area
Logs
Environment
Environment
Application Name: Statamic
Laravel Version: 12.21.0
PHP Version: 8.3.13
Composer Version: 2.8.4
Environment: local
Debug Mode: ENABLED
URL: testsystem-2025-08.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: 5.63.0 PROInstallation
Fresh statamic/statamic site via CLI
Additional details
No response