πŸ‡ΊπŸ‡ΈUnited States @henokmikre

Account created on 4 November 2010, over 13 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States henokmikre

@Nick, according to https://www.drupal.org/node/3221870 β†’ , the correct validator is \Drupal\views\Plugin\views\argument_validator\Entity, so this patch should work for you. Here is one way to get this working: first ensure your composer.json is valid before adding this patch. Then add the following to the top of your "repositories" line:

        {
            "type": "package",
            "package": {
                "name": "drupal/media_taxonomy_filter",
                "version": "dev-8.x-2.x",
                "type": "drupal-module",
                "source": {
                    "type": "git",
                    "url": "https://git.drupalcode.org/project/media_taxonomy_filter.git",
                    "reference": "b0352483691533d69605b35e17491336fea4b2f1"
                }
            }
        },

Then add this in the "require" section: "drupal/media_taxonomy_filter": "dev-8.x-2.x",. You should then be able to run composer install.

πŸ‡ΊπŸ‡ΈUnited States henokmikre

henokmikre β†’ made their first commit to this issue’s fork.

πŸ‡ΊπŸ‡ΈUnited States henokmikre

Update composer requirements.

πŸ‡ΊπŸ‡ΈUnited States henokmikre

Noticed this as well in D10. Appears to be due to #3201242 β†’ .

To include merge request as patch in composer.json:

"extra": {
  "patches": {
    "drupal/convert_bundles": {
      "https://drupal.org/i/3340329: Add explicit access check": "https://git.drupalcode.org/project/convert_bundles/-/merge_requests/9.patch"
    }
  }
}
πŸ‡ΊπŸ‡ΈUnited States henokmikre

henokmikre β†’ made their first commit to this issue’s fork.

Production build 0.69.0 2024