Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
9 Mar 2013 at 07:21 UTC
Updated:
29 Jul 2014 at 21:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ACF commentedComment #2
ACF commentedFixing indentation.
Comment #3
ACF commentedUpdate to use form controller in router.
Comment #4
amateescu commentedThis is already handled in SystemConfigFormBase.
Comment #5
ACF commentedThanks for the review, another attempt.
Comment #6
amateescu commentedThanks, much better now! Just a couple more things to fix:
Wrong indentation here.
Needs to use $this->configFactory.
Comment #7
ACF commentedMade those changes.
Comment #8
ACF commentedComment #9
Crell commentedThis should now be 'route' => 'simpletest_settings', with no page callback.
Comment #10
ACF commentedUpdated with the change.
Comment #11
Crell commentedHuzzah!
Comment #12
webchickCommitted and pushed to 8.x. Thanks!