When I have either (or both) Delete and Edit disabled for a field collection, I still get the (empty) bullets for them in the table. I would like there to be no Operations column when both are disabled. I'm looking in function field_collection_table_field_formatter_view (in field_collection_table.module) but it's not obvious what the error is.

Comments

tim.plunkett’s picture

Status: Active » Fixed

It was using isset(), should have been !empty().
Thanks for the bug report, this commit should fix it.

http://drupalcode.org/project/field_collection_table.git/commit/221acaa

justmagicmaria’s picture

Fabulous! Worked like a charm. Thanks for the quick turn-around.

Status: Fixed » Closed (fixed)

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