Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
action.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Mar 2013 at 21:39 UTC
Updated:
29 Jul 2014 at 22:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
alan evans commentedLooking into this.
Steps for testing/validation:
For validation of the conversion, we'd need to ensure that the orphaned actions are removed in the same way as pre-conversion.
Comment #2
alan evans commented... extending the validation steps: probably also worth checking what happens if you remove the "administer actions" permission.
Comment #3
alan evans commentedAttaching a first stab at this ... As my first attempt at symfonic composition, I'm expecting a few disagreeable dissonances ;)
@Crell: assuming this one goes ok, do you own creation of issues for individual conversion tasks, or is it fair game to spot things needing conversion and do them (creating issues along the way)?
Comment #4
alan evans commented(will add the newline at the end of the yml file, but waiting for other review comments first)
Comment #5
alan evans commented(Probably needs merging with #1939024: Convert action_admin_manage to a new-style Controller at some point.)
Comment #6
Crell commentedI have no monopoly on creating conversion issues! :-) If you want to make more, please be sure to link to the change notice and tag it with WSCCI-conversion and FormInterface if it's for a form.
Needs @file docblock.
This should be replaced with return new RedirectResponse(url('admin/config/system/actions/manage'));
Given how small this issue is, I'd agree with merging. Let's close this issue and just fold it into the linked issue for simplicity.
Comment #7
mtiftI merged these changes with #1939024: Convert action_admin_manage to a new-style Controller.