Nested fieldsets do not work. In nested fieldset it is displayed field ids instead of field values.

Comments

StrVL created an issue. See original summary.

rudiedirkx’s picture

Please annotate the screenshots. What am I looking at?

StrVL’s picture

There 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.

rudiedirkx’s picture

Works 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.

StrVL’s picture

Version 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.

rudiedirkx’s picture

Yes, 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....

rudiedirkx’s picture

Version: 7.x-2.0 » 7.x-2.1
delacosta456’s picture

hi

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

pifagor’s picture

Assigned: Unassigned » pifagor
pifagor’s picture

Assigned: pifagor » Unassigned
unrealauk’s picture

Status: Active » Needs review
StatusFileSize
new4.67 KB

I added recursive rendering for fieldsets in the table row.
Please, review my patch

pifagor’s picture

Version: 7.x-2.1 » 7.x-2.x-dev

  • pifagor committed 0591b0b on 7.x-2.x authored by unrealauk
    Issue #2860783 by unrealauk, StrVL: Nested fieldsets are broken
    
pifagor’s picture

Status: Needs review » Fixed

Done

pifagor’s picture

Status: Fixed » Closed (fixed)