Config entities uses string as id but entity_usage column for storing such ids is an integer.
I think that we should not count Config entities, so I wrote a patch that excludes all fields in an entity that refer to Config entities.
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | entity_usage_explode-2822303-11.patch | 3.04 KB | lussoluca |
| #8 | entity_usage_explode-2822303-8.patch | 3.05 KB | lussoluca |
| #5 | entity_usage_explode-2822303-3.patch | 2.81 KB | lussoluca |
| #2 | entity_usage_explode-2822303-2.patch | 2.91 KB | lussoluca |
Comments
Comment #2
lussolucaComment #5
lussolucaOps, wrong patch file
Comment #8
lussolucaagain...
Comment #11
lussolucaLatest attempt
Comment #13
marcoscanoThanks for reporting!
While on the update manager service we are making sure we only trigger the check for content entities, it is true that if they have a field pointing to a config entity, this was not being filtered out. Thanks!