Closed (fixed)
Project:
Drupal core
Version:
8.5.x-dev
Component:
routing system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Nov 2017 at 08:43 UTC
Updated:
13 Feb 2018 at 10:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
wim leersComment #3
jonathan1055 commentedThanks for raising this issue.
I also noticed that there is an error in the Change Record. For the after example of the 'use' statement the class
Drupal\Core\Routing\Enhancer\EnhancerInterfacedoes not exist. I think it should beDrupal\Core\Routing\EnhancerInterfacewhich does exist and allows my 3rd-party tests to pass at 8.5. Same goes for the RouteFilterInterface example.I added this as a comment on the CR but it has not been noticed/actioned yet, so this issue seems a good place to raise it.
Comment #4
wim leersFixed! You should be able to edit change records too btw :)
Comment #6
jonathan1055 commentedThanks for fixing the CR. Sorry I didn't know I could edit CRs that I had not created.
RTBC for the patch in #2 - this should be committed to 8.6 and 8.5, it is an important correction and a trivial change.
Jonathan
Comment #9
larowlanCommitted 2eaceaa and pushed to 8.6.x
Cherrypicked as 9e76e61 and pushed to 8.5.x
Thanks
Comment #11
jonathan1055 commentedThank you Larowlan.