Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
update.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
9 Mar 2013 at 09:23 UTC
Updated:
29 Jul 2014 at 21:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ACF commentedComment #2
amateescu commentedUpdated the patch as an example of how things have to look like after #1934832: Provide a dedicated approach for using forms in routes got committed. What the interdiff is missing is that we no longer need to register a service for the new form class.
Comment #3
amateescu commentedAdd sprintweekend tag.
Comment #4
Crell commentedThis should now be a route key, specifying the route name.
Other than that, this looks fine.
Comment #5
ACF commentedA re-roll with that change.
Comment #6
Crell commentedUh, whut? Why are you defining a class that duplicates SystemConfigFormBase and then not using it...?
Comment #7
ACF commentedOops left in some old code.
Comment #8
amateescu commentedSeems a bit weird that in all the other conversions we had the calls to parent methods at the end of the methods and here is at the top, can we move this one as well?
Comment #9
ACF commentedMade change.
Comment #10
amateescu commentedLooking good now :)
Comment #11
webchickCommitted and pushed to 8.x. Thanks!