Closed (fixed)
Project:
Bootstrap fieldgroup
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2014 at 01:44 UTC
Updated:
3 May 2015 at 07:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
davemybes commentedPatch attached. Use "patch -p0 < [filename]".
Comment #2
ckngPatch #1 not quite working also the parent id is not unique enough. The fix also misses another PHP notice in the same function.
Attached patch reuse the unique identifier from fieldgroup as the id and fixed accordion functionality.
Comment #3
ckngComment #4
cha0s commentedI took a different approach on this, I didn't like the way accordion was written (I sorta just applied a patch a while back and didn't really give it the love it deserved), now accordion will have its own theme item and this and other stuff will be handled much differently.
It's in master, I haven't made a new release yet.
NOTE: The underlying reason for this issue is using a regular field under accordion, instead of under an accordion item fieldgroup. The latest version removes that requirement (as it is for navs)
Comment #5
cha0s commented