Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
system.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Aug 2010 at 20:16 UTC
Updated:
3 Jan 2014 at 01:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mgiffordtagging
Comment #2
mgiffordOk, found the patch that works for this.
Comment #3
mgiffordIt's the same approach used here http://drupal.org/node/884932#comment-3338098
Comment #4
dries commentedNot a fan of those double assignments. Let's split this up over multiple lines please. Thanks!
Comment #5
mgiffordAgreed that looks awkward. Bit better now that it's on two lines.
Comment #6
Bojhan commentedIt adressed Dries his point
Comment #7
mgiffordYup. It's better now. Thanks.
Comment #8
mgifford#5: system_date_label_v2.patch queued for re-testing.
Comment #9
dries commentedCommitted to CVS HEAD. Thanks.
Comment #11
bfroehle commentedThis patch gives me a row of 'invisible'. That cannot possibly be correct.
Comment #12
bfroehle commentedHere's a suggested patch with the corresponding UI change in the attached image.
Comment #13
bfroehle commentedComment #14
dwwYeah, splitting onto 2 lines is a good idea, since one of the assignments, namely to $rows[] should never have happened in the first place. ;)
I tested this manually and confirmed the screenshots. This is a serious UI WTF that we should fix before 7.0 ships.
Comment #15
dwwSorry, x-post on the title change. Status is still RTBC.
Comment #16
webchickCommitted to HEAD. Thanks!
Comment #17
mgiffordthat's great news! Thanks everyone! So this will be in the final release of D7?