When both Fieldgroups and Title are enabled, the UI for Manage Fields becomes broken.
The Title module creates a new table cell for the "Replace" operation.
The module adds empty cells to the other rows that do not need a "Replace" operation.
But, the Fieldgroup row does not get an extra cell, causing UI issues.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | field_group-title-ui_problem-1441224-3.diff | 1.13 KB | miroslavbanov |
| #3 | column-problem.png | 28.98 KB | miroslavbanov |
| #1 | empty_title.png | 35.73 KB | steinmb |
Comments
Comment #1
steinmb commentedProb. related to this also. The attached screenshot show an title field replaced for a taxonomy term.

Inspecting the term object show that the 'name' string is empty. I thought that we also need to update the title (name) when saving the enity not only the name_field text field it create? The terms listed under the empty term-name is terms created/edited before replacing the title.
Comment #2
plach#1 is a different issue, please check whther there is already a bug report for it.
Comment #3
miroslavbanov commentedThis is a fix to the original issue where in the UI the html columns are broken - one less for field group related stuff. I've attached a patch to illustrate. Fixed by making the replace link take the column for delete operation, which I believe makes perfect sense.
Comment #4
hellolindsay commentedI have this issue as well. Any chance we could get the patch in #3 added to the official release?
Comment #5
Stevel commentedYes, let's get this in. Patch looks good and fixes the issue, so RTBC.
Comment #6
plachCommitted and pushed, thanks.