Problem/Motivation

This is a great module! Let's make it work on D9!

CommentFileSizeAuthor
#2 3267158.patch2.35 KBkorn3000
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

korn3000 created an issue. See original summary.

korn3000’s picture

StatusFileSize
new2.35 KB

cristiroma’s picture

Until the patch is merged, use in composer.json

    "repositories": {
        "drupal": {
            "type": "composer",
            "url": "https://packages.drupal.org/8",
            "exclude": [
                "drupal/pp_taxonomy_manager",
                "drupal/powertagging",
                "drupal/semantic_connector"
            ]
        },
        "powertagging":{
            "type": "package",
            "package": {
                "name": "drupal/powertagging",
                "version": "dev-custom",
                "type": "drupal-module",
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/issue/powertagging-3267148.git",
                    "reference": "3267148-edit-make-9"
                }
            }
        },
        "pp_taxonomy_manager":{
            "type": "package",
            "package": {
                "name": "drupal/pp_taxonomy_manager",
                "version": "dev-custom",
                "type": "drupal-module",
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/issue/pp_taxonomy_manager-3267158.git",
                    "reference": "3267158-make-9-compatible"
                }
            }
        },
        "semantic_connector":{
            "type": "package",
            "package": {
                "name": "drupal/semantic_connector",
                "version": "dev-custom",
                "type": "drupal-module",
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/issue/semantic_connector-3267115.git",
                    "reference": "3267115-drupal-9-compatibility"
                }
            }
        },
avpaderno’s picture

Title: Make ^9 compatible please » Make the module compatible with Drupal 9
Category: Plan » Task
Status: Active » Needs work
-core: 8.x
+core_version_requirement: ^8.7.7 || ^9
 dependencies:
  - drupal:system (>=8.8)
  - semantic_connector:semantic_connector

Since core_version_requirement is used (whose value should be ^8.8 || ^9), there is no need to define a dependency from the System module.

cristiroma’s picture

Status: Needs work » Fixed

Fixed starting with release 2.0.0-beta1.

Status: Fixed » Closed (fixed)

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