Drupal 8.2.7

Steps to reproduce

1. Create a view
2. Add a relationship to a field
3. Save the view
4. Delete the field
5. Edit the view
6. Click "Broken/missing handler" under the relationship

Actual result

Part of the text says:

Enabling the appropriate module will may solve this issue. Otherwise, check to see if there is a module update available.

Expected result

Text does not say "will may":

Enabling the appropriate module may solve this issue. Otherwise, check to see if there is a module update available.

More info

Likely affects all Drupal version 8. https://github.com/drupal/drupal/commit/9065f499af2e2d045886995f264fe58c... lists:

8.4.x 8.3.0-alpha1 8.2.6 8.2.5 8.2.4 8.2.3 8.2.2 8.2.1 8.2.0 8.2.0-rc2 8.2.0-rc1 8.2.0-beta3 8.2.0-beta2 8.2.0-beta1 8.1.10 8.1.9 8.1.8 8.1.7 8.1.6 8.1.5 8.1.4 8.1.3 8.1.2 8.1.1 8.1.0 8.1.0-rc1 8.1.0-beta2 8.1.0-beta1 8.0.6 8.0.5 8.0.4 8.0.3 8.0.2 8.0.1 8.0.0 8.0.0-rc4 8.0.0-rc3 8.0.0-rc2 8.0.0-rc1 8.0.0-beta16 8.0.0-beta15 8.0.0-beta14 8.0.0-beta13 8.0.0-beta12 8.0.0-beta11 8.0.0-beta10 8.0.0-beta9 8.0.0-beta8 8.0.0-beta7 8.0.0-beta6 8.0.0-beta5 8.0.0-beta4 8.0.0-beta3 8.0.0-beta2 8.0.0-beta1 8.0.0-alpha15 8.0.0-alpha14 8.0-alpha13 8.0-alpha12 8.0-alpha11 8.0-alpha10

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hugovk created an issue. See original summary.

hugovk’s picture

Patch attached against 8.4.x.

yoroy’s picture

Status: Active » Needs review
Lendude’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: -typo +Quick fix
FileSize
41.62 KB
42.91 KB

Looks good, makes sense.

Before:

After:

cilefen’s picture

Version: 8.2.x-dev » 8.4.x-dev
Issue tags: +String change in 8.4.0

  • catch committed e4e32ed on 8.4.x
    Issue #2869360 by hugovk, Lendude: Typo: "... will may solve the issue"
    
catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 8.4.x, thanks!

hugovk’s picture

Thanks! My first Drupal core contribution!

yoroy’s picture

Congrats @hugovk, well done :) These kinds of fixes are very welcome, so thanks again!

Status: Fixed » Closed (fixed)

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