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
Issue fork l10n_server-3572629
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
Comment #2
donquixote commentedComment #4
donquixote commentedComment #5
pierregermain commentedReviewed the MR 111. The fix is correct which is the same
approach used in previous fixes. RTBC.
Comment #8
fmb commentedComment #10
fmb commentedNote: you need to switch to a field-based display in order to see in the UI which handlers are broken.