Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
language.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Aug 2013 at 21:39 UTC
Updated:
29 Jul 2014 at 22:47 UTC
Table headers in the language table are as follows:

This is due to us adding the weight column at the wrong place and not adding the operations column at all.
Fixing that by modifying the parent implementation's array was more code then doing the array fresh, so I went with doing it fresh.
The column headers are fine, even with hidden or shown weight column :)
| Comment | File | Size | Author |
|---|---|---|---|
| wrong-column-header-language.patch | 687 bytes | gábor hojtsy | |
| Languages | d8mi.localhost 2013-08-19 23-36-51.jpg | 79.93 KB | gábor hojtsy |
Comments
Comment #2
jibranIt is fixed in #2064557: Improve strange coupling in EntityListControllers by improving buildRow() and buildHeader().
Comment #3
gábor hojtsyDuplicate is the right status then. Definitely no need for a reroll also.