Problem/Motivation

As it has been introduced in #1850080: Entity type labels lack plurality, cannot generate UI text based on label if plural is needed now we have a way to specify plural label for any entity type.

Proposed resolution

Add plural labels to all entity types defined in the module. More information can be found in the change record: https://www.drupal.org/node/2689949

See the core issue for an example: #2702683: Add plural labels to entity types.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mike.davis’s picture

Status: Needs review » Reviewed & tested by the community

This doesn't seem to break anything and works fine, so RTBC this to get committed

mike.davis’s picture

Status: Reviewed & tested by the community » Fixed

This has been committed now, thanks

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

mike.davis’s picture

Status: Closed (fixed) » Needs work
FileSize
905 bytes

I have reopening this as I have just noticed that this is causing a fatal warning when sending an email:

[Syntax Error] Expected Doctrine\Common\Annotations\DocLexer::T_CLOSE_PARENTHESIS, got 'label_plural' at position 154 in class Drupal\elastic_email\Plugin\Mail\ElasticEmailMailSystem

The attached patch fixes this.

mike.davis’s picture

Status: Needs work » Needs review

updated status

  • mike.davis committed c69a71d on 8.x-2.x
    Issue #2743471 by mike.davis, pashupathi nath gajawada: Adding plural...
mike.davis’s picture

Status: Needs review » Fixed

This updated patch has been applied now

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.