Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
configuration system
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
2 Jul 2013 at 00:40 UTC
Updated:
29 Jul 2014 at 22:36 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
juampynr commentedHere is a patch that adds a test but fails and another one which catches the exception and sets an error in the form.
Comment #2
Anonymous (not verified) commentednice! more of my sloppy being cleaned up.
perhaps we should unlink the file either way? otherwise, this looks ready.
Comment #3
Anonymous (not verified) commentedhmmm, ignore #2, we don't copy the file anywhere permanent, so no need to mess with the unlink. juampy++
Comment #4
juampynr commentedReviewed the logic again. Unlinking the file even when there is an exception makes total sense. Thanks @beejeebus.
Comment #6
Anonymous (not verified) commentedok, this looks ready to go.
Comment #7
alexpottCommitted 7b3bf57 and pushed to 8.x. Thanks!