Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.0-rc1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2011 at 21:10 UTC
Updated:
24 Jan 2012 at 00:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
nils.destoop commentedMoving this to ctools module. All groups are correctly prepared, but get lost when entering "ctools_form_content_type_render"
Comment #2
uprojects commentedsame problem !Have find a solution please ?
Comment #3
bochen87 commentedbig problem! also field groups do not appear as selectable field in both the form and the node
Comment #4
arnested commentedWe also ran into the problem of not having fieldgroups rendered.
We "solved" the problem by ensuring that field_group_build_pre_render() is run in ctools_form_content_type_render() (patch: run-field_groups-field_group_build_pre_render-1226034-4.patch).
We also implemented it in a more generalized way by ensuring that a forms #pre_render functions are always run in ctools_form_content_type_render() (patch: run-forms-pre_render-functions-before-rendering-1226034-4.patch).
Whether either of these is the right approach I'm not sure as I find it hard to know the consequences of running pre_render functions at this stage.
Arne
Comment #5
hydra commentedWorks fine. (first patch)
Comment #6
jherencia commentedI have the same problem and the first patch fixes this.
Comment #7
raulmuroc commentedFirst patch fixes it. ;) Let's commit?
Comment #8
merlinofchaos commentedI went ahead and committed the more generalized version based on several RTBCs.