Closed (fixed)
Project:
Views fieldsets
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2017 at 12:22 UTC
Updated:
18 Feb 2018 at 21:38 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
rudiedirkx commentedPlease annotate the screenshots. What am I looking at?
Comment #3
StrVL commentedThere is plain drupal 7 with views and view fieldsets. First screenshot represents a view with single fieldset (the second is empty). Fields "Nid", "Tst_field" are displayed fine, everything is ok. On the second screenshot there is two fieldsets; "Nested fieldset" with "Tst_field" is nested to "Parent fieldset". And it is displayed "Nested fieldset: [field_tst_field1]" instead of "Nested fieldset: Tst_field: 12". So fieldsets nested one in the other do not work.
Comment #4
rudiedirkx commentedWorks fine for me in dev. If you're realling using 2.0, try 2.1, and if it's still broken, try 2.x-dev.
Comment #5
StrVL commentedVersion 2.x-dev works fine with "unformated list" format, but it is still broken with "table" format. Tried branches both 7.x-2.x and 7.x-2.x-table from repo.
Comment #6
rudiedirkx commentedYes, I see for nested table fieldsets it's broken. If 2.1 works for you, you should use that not 2.x-dev.
I'll look at the nested table fieldsets, but I can't promise anything. So much hacking....
Comment #7
rudiedirkx commentedComment #8
delacosta456 commentedhi
looks likes as said StrVL, i Table format, even with the dev version nested field from level 2 are broken.
however thanks for this nice module
Comment #9
pifagorComment #10
pifagorComment #11
unrealauk commentedI added recursive rendering for fieldsets in the table row.
Please, review my patch
Comment #12
pifagorComment #14
pifagorDone
Comment #15
pifagor