Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
entity system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Feb 2014 at 23:02 UTC
Updated:
29 Jul 2014 at 23:23 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
andypostPatch with tests
Comment #2
andypostScreenshots:
before

after

Comment #3
tim.plunkettOh! These are still in entity_menu(), they must have just gotten missed during local action conversion.
I *knew* I'd written routes for them, and it didn't make sense why it wasn't showing up.
We should just leave the entity_menu() bits for #2177041: Remove all implementations of hook_menu.
Comment #4
alexpottDon't the default form modes need to exist too?
So if you add a form mode for content you and select it to be customisable can can not also customise the default.
Comment #5
alexpott@swentel took me through some of my confusion.
Patch works!
Committed ab2a911 and pushed to 8.x. Thanks!