Problem/Motivation

When trying to use the module with Drupal 9 (which is listed as supported) I get a fatal error with the latest release of 8x-1.x

PHP Fatal error:  Uncaught Error: Class "Drupal\Component\Utility\DeprecationHelper" not found in /var/www/drupal/web/modules/drupal/og/og.views.inc:36
Stack trace:
#0 [internal function]: og_field_views_data()

Proposed resolution

Fix this bit of code so it works also on 9

run CI on Drupal 9 also

Remaining tasks

do it

Issue fork og-3521582

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

pwolanin created an issue. See original summary.

pwolanin’s picture

Status: Active » Needs review

The tests are running also on 9 now and passing with some tweaks to make it work across 9 and 10

claudiu.cristea’s picture

Version: 8.x-1.0-alpha12 » 8.x-1.x-dev
Status: Needs review » Reviewed & tested by the community

Looks good. Thank you

claudiu.cristea’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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