Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
update.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Jan 2011 at 01:58 UTC
Updated:
29 Jul 2014 at 19:18 UTC
Jump to comment: Most recent file
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.