If contact messages are stored (eg. by the "contact_storage" project), their contact form bundle isn't always displayed because the Message entity's annotation doesn't have a bundle_label. Compare with the Node entity.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | drupal-2897204-8-entity-bundle-label.patch | 1.46 KB | cburschka |
Comments
Comment #2
cburschkaComment #3
dawehner+1
Comment #4
star-szrI'm just wondering in terms of issue scoping if this should also handle the shortcut entity since it also seems to be missing a bundle_label.
https://api.drupal.org/api/drupal/core%21modules%21shortcut%21src%21Enti...
Comment #5
jibranLet's create a follow up for that.
Comment #6
star-szrEspecially because this is minor, let's please take care of both here. It's less overhead :) https://www.drupal.org/core/scope#incomplete
Comment #7
cburschkaSo I can confirm these two types are all we need to fix, assuming we don't need it in the test class.
Comment #8
cburschka(Leaving on 8.3.x as this is comment-only and introduces no new strings. Patch should apply to 8.4.x and 8.5.x)
Comment #9
jibranIt belongs to entity system now rather than other. We don't have further patch releases for 8.3.x so moving it to 8.4.x
Comment #12
catchommitted/pushed to 8.5.x and cherry-picked to 8.4.x. Thanks!