When you have an entity with the ENTITY_FIXED status, the overview table generated by the UI controller breaks. This is because of the 'clone' column getting a colspan equal to the operation count and then the 'export' column still gets added.

In comment #1 is a patch that not only fixes this problem, but also lines up the clone action on ENTITY_FIXED entities with those of other entities.

Comments

kristiaanvandeneynde’s picture

Status: Active » Needs review
StatusFileSize
new1.2 KB

As promised: the patch.

chris matthews’s picture

Assigned: kristiaanvandeneynde » Unassigned
Issue summary: View changes

The 6 year old patch in #1 to entity.ui.inc applied cleanly to the latest entity 7.x-1.x-dev, but still needs review.

kristiaanvandeneynde’s picture

Whoa, time machine 😮