Needs work
Project:
Drupal core
Version:
main
Component:
forms system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Dec 2012 at 18:39 UTC
Updated:
7 Jul 2021 at 13:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #0.0
sunUpdated issue summary.
Comment #1
sunLet's see what breaks.
Expected:
Drupal\comment\Form\CommentAdminOverview
locale_translation_status_form()
Drupal\system\Tests\Form\ElementsTableSelectTest
database_test_theme_tablesort()
_form_test_tableselect_form_builder()
update_manager_update_form()
Comment #2
sunOut of the remaining usages in #1, there only appears to be one issue in the parent/meta list, so we probably have to convert/fix the other instances here.
Comment #4
sunComment #5
star-szrI'm starting to work on this.
Comment #6
star-szrInitial work in progress patch, I know I'm missing something because most or all of the LocaleUpdate* tests are failing but there is only one example that uses the #tableselect => TRUE in core. I need to populate these tables with dummy data because running them through the simpletests is just not covering it.
Comment #8
andypostwhy?
Comment #9
star-szrThat's how it works :) See https://www.drupal.org/node/1876710.
Comment #10
star-szrTaking another run at this.
Comment #11
star-szrThis should be green, I found and modified the #after_build that was previously emptying out rows for languages with no translation updates.
Edit: I also removed the now-redundant Drupal\locale\Form\TranslationStatusForm::validateForm().
Comment #12
star-szrMissing interdiff.
Comment #13
star-szrThis is going to fail but this is as far as I've gotten so far. The colspan test is proving to be tricky. I haven't even begun to look into some of the validation tests.
Comment #15
star-szrUnassigning for now, haven't had the energy to jump back into this one.
Comment #18
mile23Not actually an issue dealing with deprecation.
Comment #27
andypost