When you add a checkbox field into a field collection as boulean field (yes/no).
The label doesn't appear in the table.

Comments

mpisano’s picture

Version: 7.x-1.0-alpha2 » 7.x-1.0-beta1

Same error here.
When I choose table widget the checkboxes labels are missing.
In the embedded widget the labels are ok.

thijsvdanker’s picture

Version: 7.x-1.0-beta1 » 7.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new976 bytes

Following patch displays the labels for radios and checkboxes.

Please review!

mpisano’s picture

StatusFileSize
new64.02 KB

It 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?

thijsvdanker’s picture

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

OnkelTem’s picture

Could not be applied against dev.

OnkelTem’s picture

Priority: Minor » Normal
StatusFileSize
new938 bytes

Patch.

sushantpaste’s picture

StatusFileSize
new816 bytes

Patch against 7.x-1.0-beta1

interdruper’s picture

Status: Needs review » Reviewed & tested by the community

Patch #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.

nancydru’s picture

Status: Reviewed & tested by the community » Needs work

Patch failed

interdruper’s picture

Status: Needs work » Needs review
StatusFileSize
new939 bytes

The following patch applies to current dev version (7.x-1.0-beta1+2-dev)

kristofferwiklund’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community

Work nice.

kevineinarsson’s picture

Status: Reviewed & tested by the community » Fixed

Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.