Closed (fixed)
Project:
Drupal core
Version:
8.4.x-dev
Component:
path.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Sep 2017 at 02:12 UTC
Updated:
7 Oct 2017 at 14:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
tedbowHere is patch and test-only patch
Comment #4
wim leersLooks simple & obvious.
This blocks #2871591: Allow ComplexData in TypedData to specify computed properties that should be exposed in normalization and other contexts.
Comment #5
berdirMakes sense.
Need to find time to look at the generic computed field issue so we can at least move all those overrides to a base class.
Comment #6
wim leersGlad to have your +1, Berdir :)
Comment #9
larowlanCommitted as 867ecd8 and pushed to 8.5.x.
Comment #10
berdirI know we don't commit things to 8.4.x at the moment, but since this is a bugfix, maybe we want to keep it as RTBC or something on 8.4.x and commit it for 8.4.1?
Comment #11
wim leersGood point!
Comment #15
xjmActually since 8.3.x we've expanded RC rules to be patch rules except for the last week or so, so I think this can be backported.
The test failure was for the applies-check on 8.5.x, which obviously it doesn't since it was already committed. Thanks!