EasyAdminBundle icon indicating copy to clipboard operation
EasyAdminBundle copied to clipboard

Fix tabs conflicts in CollectionField when using "useEntryCrudForm"

Open ggabrovski opened this issue 1 year ago • 3 comments

Fix tabs conflicts in CollectionField when using "useEntryCrudForm" with tabs. See #5690

ggabrovski avatar Oct 05 '24 06:10 ggabrovski

Let's see if we can fix this without using an Ulid in the tab ID. This ID is visible in the URL and the Ulid would make it very long and a bit ugly. Let's try to find an alternative solution. Thanks.

javiereguiluz avatar Oct 15 '24 17:10 javiereguiluz

Also, FieldDto already has a $uniqueId property with an Ulid. But that property is internal. If we finally decide to use an Ulid, we may decide to change this so we can reuse that one.

Seb33300 avatar Oct 17 '24 02:10 Seb33300

What about the option of adding a prefix/suffix to the ID, from Fields itself, just as you can add propertySuffix?

idmarinas avatar Nov 10 '25 16:11 idmarinas