Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
field system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Sep 2013 at 20:56 UTC
Updated:
29 Jul 2014 at 22:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
yched commentedPatch.
- There was another problem in DatabaseStorageController::onBundleRename() - the method now runs before instances are updated, so we need to get instances associated to the old bundle name.
- The test needed to fix inconsistencies in entity_test_[create|rename|delete]_bundle() as compared to entity_test_entity_bundle_info(). Hope this won't break other things :-/
Comment #2
yched commented#1 had some tests commented out...
Comment #4
yched commented#2: field_sql_storage-2086095-2.patch queued for re-testing.
Comment #5
jibranTagging.
Comment #6
berdirAwesome, @yched++!
Nice, that's why the call below doesn't fail ;)
No test-only patch, but I manually confirmed that the added tests fail without the fix. Changes look great, so I think this is ready to go.
Comment #7
webchickPatch no longer applies.
Comment #8
yched commentedReroll
Comment #9
alexpottPatch no longer applies.
Comment #10
swentel commentedComment #11
hydra commentedThe module list in EditorFileUsage test has been shortened in #1605290: Enable entity render caching with cache tag support, so I removed this one from the patch.
Same here
Rerolled the patch with the changes, so basically nothing changed and still RTBC.
Comment #13
swentel commented#11: field_sql_storage-2086095-11.patch queued for re-testing.
Comment #14
swentel commentedShould be bot fluke
Comment #15
alexpottCommitted e40eb19 and pushed to 8.x. Thanks!