Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Apr 2013 at 20:04 UTC
Updated:
29 Jul 2014 at 22:12 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ACF commentedPatch.
Comment #2
catchComment #3
webchickCommitted and pushed to 8.x. Thanks!
Comment #4
David_Rothstein commentedIt's impossible to create a shortcut set with a machine-readable name that looks like that (at least through the UI), so I don't think that code really works.
It's also a little odd to return a hardcoded string there (would only really ever make sense in custom code, rather than a contrib module) but I guess we can let that slide.
Comment #5
David_Rothstein commentedThis switches to using a more likely (and legal) machine-readable name for the example shortcut set.
I think I can RTBC my own patch here...
Comment #6
webchickD'oh! Thanks, David.
Committed and pushed to 8.x. Again. :)