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
Comment #1
tim.plunkettIt 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
Comment #2
justmagicmaria commentedFabulous! Worked like a charm. Thanks for the quick turn-around.