Closed (fixed)
Project:
Drupal core
Version:
8.1.x-dev
Component:
file.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2016 at 09:49 UTC
Updated:
16 Jun 2016 at 15:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
chi commentedComment #4
kalpaitch commentedI am still getting this error in 8.1.0.
Tested and reviewed patch, this should go in.
Comment #6
catchThe lack of test fails means we have no coverage for this condition, opened #2734033: Missing test coverage in file_unmanaged_save_data for that.
This particular bug though doesn't need test coverage in itself - it's just a straight omission from a previous patch.
Committed/pushed to 8.2.x. Need to think about the impact of the string change on 8.1.x vs. the notice. So leaving RTBC there
Comment #7
xjmDiscussed with @catch. I think it makes sense to backport this because it is very much an admin-facing message, and sites' logs are being bloated with both broken messages and notices from this.
Maybe we should hold it until just after 8.1.2 is tagged to give translators more time to update the translation?
Comment #8
alexpottCommitted c2062bf and pushed to 8.1.x. Thanks!