Postponed
Project:
Organic Groups
Version:
2.x-dev
Component:
og.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2025 at 19:43 UTC
Updated:
22 Oct 2025 at 14:28 UTC
Jump to comment: Most recent
See https://git.drupalcode.org/project/og/-/pipelines/614252
Also enforce all PHPUnit tests in .gitlab-ci.yml
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 #4
joelpittetComment #5
joelpittetThe code committed so far is addressing a different deprecation but I think the crux of the issue is related to routing params were magical and now they are not? I am scouring diffs to see where this change might originate.
The code so far is mostly trying to address https://www.drupal.org/node/3483599
Comment #8
joelpittetWe could close this as duplicate or re-scope resolve the inevitable views.inc issue?
The main issue was fixed upstream in Drupal core #3551573: Avoid passing null from $entity->label() when no label key is defined in EntityListBuilder
Comment #9
joelpittetComment #10
joelpittetComment #12
joelpittetWe don't need to make this change... yet, but we will for the views hooks. Postponing till this comes back as we have a solution. If you feel we should refactor now, please unpostpone. I'm taking a YAGNI approach here, only implement something that is an actual needed solution.