The "Manual updates required" table in admin/modules/update has an extra (empty) column. See the attached image.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 1024990-cleaned-up.patch | 2.27 KB | bfroehle |
| #1 | ui_wtf_fixed.png | 66.26 KB | bfroehle |
| #1 | 1024990-1.patch | 2 KB | bfroehle |
| ui_wtf_in_update_manager_update_form.png | 51.55 KB | bfroehle |
Comments
Comment #1
bfroehle commentedThe extra column is coming from the '#attributes' attribute. I've added some code which converts the data from a theme_tableselect to a theme_table compatible format. Once nice perk is that we can now keep and use the '#weight' field.
Comment #2
bfroehle commentedunset shouldn't complain if '#weight' isn't set, right.. so we could just remove the if statement...
Powered by Dreditor.
Comment #3
bfroehle commentedmissing a space before the = sign.
Powered by Dreditor.
Comment #4
bfroehle commentedComment #5
bfroehle commentedA cleaned up version of the patch in #1. See the images in the original post and #1 for more info.
Comment #6
bfroehle commentedComment #7
bfroehle commentedJust marked #1118404: "Manual updates required" table broken as a duplicate. In particular, the patch in #1118404-1: "Manual updates required" table broken is simpler (but also pretty ugly).
Comment #8
bfroehle commentedLet's just to with the patch in #1118404-1: "Manual updates required" table broken. Markign this as duplicate.