I am new to ds, but quite experienced as a developer for drupal. The issue I am seeing is that displaying fieldgroups does not seem to be working properly in views 3. I have a fieldgroup as in file attachment 1 below and it displays like attachment 2. Perhaps it is an issue between this module and views 3. Or maybe something in general is broken.

If I move my field outside the fieldgroup it displays fine, but if inside the fieldgroup nothing displays.

Any ideas?

Comments

nicholas.alipaz’s picture

perhaps ds/views/ds_handler_field_fieldgroup.inc holds my answer:
lines 53-55

  function render($values) {
    return;
  }

That won't likely show much is my guess. Is fieldgroup work still underway for this?

nicholas.alipaz’s picture

Just took a second to look through the git repo to see the other handlers already implemented and such, looks to me like this part of the module has yet to be coded and is more of a stub currently.

Thanks for the module in general as it is quite excellent. However, it might be nice to mention it in the readme or perhaps the views description text, as this wasted an hour of my development time just so I could determine that I will need to wait for this feature as I don't have time to look into getting a patch going for it.

I'll just rewrite my fields to wrap them in a fieldgroup until you guys get this sorted.

teleted’s picture

bump

aspilicious’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Won't be fixed.