Follow-up to #2695297: Refactor EntityFile and use process plugins instead
The EntityFile patch removed the "source_path_property" configuration property from the entity:file destination, since it was no longer needed. We (well, I) neglected to remove one usage of that from d6_user_picture_file.yml. Let's do that.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | obsolete_destination-2793731-3.patch | 932 bytes | mikeryan |
| #2 | obsolete_destination-2793731-2.patch | 580 bytes | mikeryan |
Comments
Comment #2
mikeryanComment #3
mikeryan*sigh* - a stale urlencode in the d6_file destination configuration as well...
Comment #4
hussainwebI grepped for these two properties and can't find anything else and the previous issue does remove all these properties (except this one).
Comment #5
xjmAs a small change to an experimental module, this issue is RC eligible per:
https://www.drupal.org/core/d8-allowed-changes#rc
Comment #8
catchCommitted/pushed to 8.3.x and cherry-picked to 8.2.x. Thanks!