If for whatever reason the storage module fails to create the storage (couchdb account closed, invalid credentials...), we need to remove the record we just added to {field_config} (we need to insert the row to begin with to get a field id before we turn to the storage backend)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | field-create-storage-fail-569364-1.patch | 3.27 KB | bjaspan |
| field_create_storage_fail.patch | 1006 bytes | yched |
Comments
Comment #1
bjaspan commentedPatch works; I added a test case.
Comment #3
dries commentedCommitted to CVS HEAD. Thanks.