-
-
Notifications
You must be signed in to change notification settings - Fork 600
Closed
Labels
Description
Bug description
Create a nested fieldset with a prefix to prevent handle clashes, the frontend will complain on adding a conflicting handle to the fieldset tat imports the other fieldset.
How to reproduce
- Create a fieldset (lets name it
button) with text field with handletitle - Create a new fieldset (lets name it
block) - In the
blockfieldset link thebuttonfieldset, set the prefix tobutton_ - Add a new text field to the
blockwith handletitle - Save the fieldset
An error appears: A field with a handle of title already exists. However wit the 'prefix' set there is no actual problem.
Logs
No response
Environment
Environment
Application Name: Website
Laravel Version: 11.21.0
PHP Version: 8.3.12
Composer Version: 2.7.7
Environment: local
Debug Mode: ENABLED
URL: website
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: smtp
Queue: sync
Session: file
Statamic
Addons: 1
Sites: 2 (English, Nederlands)
Stache Watcher: Disabled
Static Caching: Disabled
Version: 5.27.0 PRO
Statamic Addons
jacksleight/statamic-bonus-routes: 0.3.2Installation
Fresh statamic/statamic site via CLI
Additional details
No response