Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
shortcut.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2015 at 12:40 UTC
Updated:
24 Jun 2015 at 01:05 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
willzyx commentedComment #2
willzyx commentedComment #3
willzyx commentedAdded test
Comment #5
jibranPatch looks good fix looks good.
Can we add a test for node view routes? i.e. node/1 and node/2.
Comment #6
willzyx commentedsure we can.. but from what I remember the quick link does not appear on node view routes on default theme, so how should we build the test?
Comment #7
jibranMaybe enable seven by default.
Comment #8
willzyx commentedTests on node view routes show that the name of the shortcut is not properly escaped. This should be a different issue. Opened #2478907: Shortcuts names for node view routes are not properly sanitized (using quick link)
The node view routes tests will be developed there
Comment #9
willzyx commented@jibran since patch looks good, fix looks good and tests for node view routes will be developed in #2478907: Shortcuts names for node view routes are not properly sanitized (using quick link) can we move forward and mark this RTBC?
Comment #10
jibranYeah sure.
Comment #11
alexpottThis issue is a normal bug fix, and doesn't include any disruptive changes, so it is allowed per https://www.drupal.org/core/beta-changes. Committed d2c38c4 and pushed to 8.0.x. Thanks!
Comment #14
jibranThis introduced #2511024: Can't add multiple content types to shortcuts. Reverting this locally fixed the issue for me.