Closed (fixed)
Project:
Display Suite
Version:
6.x-2.2
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2012 at 04:01 UTC
Updated:
3 Oct 2012 at 00:03 UTC
If a node content view (using the Views attach module) is placed within a fieldgroup in Display Suite, it does not render. Looking at the $field array in theme_ds_field() shows that $field['content'] = FALSE for that field. If the content view is moved out of the fieldgroup, it renders as expected.
Comments
Comment #1
xtfer commentedWhat sort of fieldgroup are you using? A CCK fieldgroup or a custom one?
Comment #2
jstollerA custom fieldgroup. Though I also tried sticking the views in a random CCK group that I had in the same display and that also didn't work.
Comment #3
jstollerI've tested my site with the latest DS dev release and am still experiencing the same problem.
Comment #4
pomliane commentedSame issue in the last release apparently.
Comment #5
xtfer commentedAs it turns out, this applied to any fields of type "preprocess" or "ignore". View are the latter. They were having their content assigned after groups were packed, and thus never ended up with content. I have reversed this, and the content is now showing up correctly. Expect a fix in the next dev.
Comment #7
charlie-s commentedHas this been fixed? I'm seeing a preprocessed field that's configured to be inside of a fieldgroup appearing outside of it. Using 2.x-dev.
Comment #8
xtfer commented" I'm seeing a preprocessed field that's configured to be inside of a fieldgroup appearing outside of it. "
That wasn't this issue, which was no fields displaying at all. If you can provide steps to replicate your issue, please open a new ticket. Thanks.
Comment #9
charlie-s commentedMy bad, I was reading multiple issues across DS and field_group and got this confused. I'll post a new issue in field_group since I believe that's where the problem ultimately lies.