Closed (fixed)
Project:
Field Collection Table
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2012 at 19:26 UTC
Updated:
1 Apr 2015 at 13:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mpisano commentedSame error here.
When I choose table widget the checkboxes labels are missing.
In the embedded widget the labels are ok.
Comment #2
thijsvdanker commentedFollowing patch displays the labels for radios and checkboxes.
Please review!
Comment #3
mpisano commentedIt works greats!!
Thank you so much for your help.
I have this other problem, the labels appears two times, please see the attach file.
Should I open a new issue?
Comment #4
thijsvdanker commentedThat label comes from the fieldset that is wrapped around the date element.
If you want to get rid of those, you can either write some custom css or override theme_date_combo (date.theme file in the date module).
That would be two routes that would work.. but there might be more sophisitcated render-array kind of ways to go about it :)
best of luck.
Comment #5
OnkelTem commentedCould not be applied against dev.
Comment #6
OnkelTem commentedPatch.
Comment #7
sushantpastePatch against 7.x-1.0-beta1
Comment #8
interdruper commentedPatch #5 fixes the problem in current dev version 7.x-1.0-beta1+2-dev.
The bug is not minor... IMHO should be committed to dev version asap.
Comment #9
nancydruPatch failed
Comment #10
interdruper commentedThe following patch applies to current dev version (7.x-1.0-beta1+2-dev)
Comment #11
kristofferwiklund commentedWork nice.
Comment #13
kevineinarsson commentedFixed