Problem/Motivation

We have a failing test ModuleViewsIntegrityTest::testModuleViewsIntegrity,
The test reports broken views handlers in l10n_groups_ron view.

We already fixed this earlier but it was reverted.
https://git.drupalcode.org/project/l10n_server/-/commit/c13b2e6a9e0fcb69...
https://git.drupalcode.org/project/l10n_server/-/commit/1ad484adae01bceb...

This happens because of this commit in group module:
https://git.drupalcode.org/project/group/-/commit/2f6342329a7badf84e0271...
in #3301547: Rename DB tables from GroupRelationship (group_content)
This happened between drupal/group:2.0.0-alpha4 and drupal/group:2.0.0-beta1.

Steps to reproduce

Run tests with and without this fix.
ddev phpunit --filter=testModuleViewsIntegrity

OR visit the views UI for l10n_groups_ron and look for broken handlers.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

donquixote created an issue. See original summary.

donquixote’s picture

Issue summary: View changes

donquixote’s picture

Status: Active » Needs review
pierregermain’s picture

Reviewed the MR 111. The fix is correct which is the same
approach used in previous fixes. RTBC.

  • fmb committed 329abc3a on 3.0.x
    Merge branch '3572629-fix-l10n_groups_ron-broken-views-handlers' into '3...

  • donquixote committed cb85356e on 3.0.x
    Issue #3572629: Fix table name for group content fields in '...
fmb’s picture

Status: Needs review » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

fmb’s picture

OR visit the views UI for l10n_groups_ron and look for broken handlers.

Note: you need to switch to a field-based display in order to see in the UI which handlers are broken.

Status: Fixed » Closed (fixed)

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