Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
config.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 May 2013 at 08:44 UTC
Updated:
29 Jul 2014 at 22:17 UTC
Jump to comment: Most recent file
Comments
Comment #1
h3rj4n commentedThe patch to convert this to a controller.
Comment #2
tim.plunkettYou should be able to just have
_entity_form: 'config_test', and then you can ditch the whole ConfigTestControllerComment #3
h3rj4n commentedChanged it and it seems to work fine.
Removed the controller, changed the routing file to _entity_form.
Comment #4
dawehnerHe, making progress by basically just removing code. Tests are running fine, so this feels great.
Comment #5
alexpottNeeds reroll...
Comment #6
mparker17I'll help!
Comment #7
mparker17Rerolled!
No interdiff because the old patch didn't apply. Also, it's literally just a re-roll.
Comment #8
tim.plunkettThanks!
Comment #9
jibran#1987668: Convert config_test module to routes I am sorry for doing this.