I'm currently using three models:
- SubBriefe with a foreign key pointing to Briefe
- SubBriefe has a many to many relationship to SubBriefeField which allows every SubBriefe to point to Subriefefields
the problem is that when I use the layout helper to render my tabs of SubBriefe I have inside Tabs of the SubBriefeFields, the probleme is that if SubBriefeField tab "example" is in both Subbriefe the ID to activate the tab doesn't work as it is present two time,
do you know the function which will make the css.id unique for every tab in my layout helper as I think it already exists for accordion group.