Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
entity system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2013 at 22:22 UTC
Updated:
29 Jul 2014 at 23:03 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
swentel commentedtwo patches - one with a fallback - one without.
Comment #2
mikey_p commented#1: 2112705-1.patch queued for re-testing.
Comment #4
berdirYay!
I'm fine with dropping this without a fallback.
We also need to remove the documentation of this in Annotation/EntityType
Comment #5
swentel commentedShould fix dozens of exceptions
Comment #7
swentel commentedMight be green
Comment #8
dawehnerI could not find any other entity beside bideo which still uses the module key on the annotation.
Comment #9
mikey_p commentedThanks for fixing this. Little things like this add up to improve DX!
Comment #10
alexpottPatch no longer applies.
Comment #11
swentel commentedComment #12
alexpottThe module key is still used in
config_get_module_config_entities()but this function is unused so I think this patch should remove it - as it is untested, unneeded and with this change, broken.Comment #13
mikey_p commentedComment #14
berdirNice find!
Tried what I could to find any other left-over references but couldn't find anything. Back to RTBC.
Comment #15
alexpottCommitted bf3e9cf and pushed to 8.x. Thanks!