Changes between Version 2 and Version 3 of Ticket #33308, comment 2
- Timestamp:
- 08/11/2015 12:07:42 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33308, comment 2
v2 v3 3 3 However, I still would lean towards punting this. Because it doesn't feel like we have enough time to properly mock up the UI and create a well tested patch. 4 4 5 A side note: The backwards compatibility statement in [changeset:32722] makes me feel like we should be adding a `_doing_it_wrong` somewhere in there. Especially if they're setting `$_column_headers` for horse reasons. 5 A side note... The backwards compatibility statement in [changeset:32722] makes me feel like we should be adding a `_doing_it_wrong` somewhere in there. Especially if they're setting `$_column_headers` for horse reasons. 6 7 Otherwise, we need to explain what could happen a little bit better in the off chance you've been setting `$_column_headers` manually and how that choice could break or uglify your responsive list tables.