Problem/Motivation
FILE:
web/modules/custom/views_taxonomy_term_name_into_id/tests/src/Functional/Argumen
tValidatorTest.php
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Fix now 28 Usage of deprecated trait
Drupal\Tests\field\Traits\EntityReferenceTestTrait in class
Drupal\Tests\views_taxonomy_term_name_into_id\Functional\Arg
umentValidatorTest. Deprecated in drupal:10.2.0 and is
removed from drupal:11.0.0. Use
Drupal\Tests\field\Traits\EntityReferenceFieldCreationTrait
instead.
--------------------------------------------------------------------------------
FILE:
web/modules/custom/views_taxonomy_term_name_into_id/tests/modules/views_taxonomy
_term_name_into_id_test/test_views/views.view.test_argument_taxonomy_name_into_i
d.yml
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Check manually 177 Support from all Views contextual filter settings for the
default_argument_skip_url setting is removed from
drupal:11.0.0. No replacement is provided. See
https://www.drupal.org/node/3382316.
--------------------------------------------------------------------------------
FILE:
web/modules/custom/views_taxonomy_term_name_into_id/views_taxonomy_term_name_int
o_id.info.yml
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Check manually 4 Value of core_version_requirement: ^8 || ^9 || ^10 is not
compatible with the next major version of Drupal core. See
https://drupal.org/node/3070687.
--------------------------------------------------------------------------------| Comment | File | Size | Author |
|---|---|---|---|
| #14 | views_taxonomy_term_name_into_id-3494573-D11_compatibility.patch | 4.93 KB | albeorte |
| #9 | d11support-3494573-9.patch | 3.22 KB | jonasanne |
Issue fork views_taxonomy_term_name_into_id-3494573
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 #3
kevinfunkI also addressed Remove 8.7.x fallback code for TaxonomyTestTrait since the support for D8 was dropped. Please let me know if you want me to add it back and created a new MR for Remove 8.7.x fallback code for TaxonomyTestTrait.
Comment #6
rahul17 commentedI have verified MR !6 against Drupal 10 and Drupal 11, functionality is working as expected. No issues found in upgrade status as well.
Moving this to RTBC.
Comment #7
bserem commentedCan we get this merged please?
Comment #8
jonasanne commented+1 for merge please.
Comment #9
jonasanne commentedadded mr as patch
Comment #10
dwwI won't merge this until #3482593: Enable GitLab CI and cleanup build pipelines is done and we have passing green pipelines on all relevant versions.
Comment #11
vladimirausMost of the changes are in #3482593: Enable GitLab CI and cleanup build pipelines.
Comment #13
albeorte commentedHi @dww,
Regarding the changes in the Merge request !6, have been tested and work correctly, please merge them and release a Drupal 11 compatible version.
In the issue you mentioned that is relevant to merge before this one, the tests are passing as expected:
The module is ready to release the Drupal 11 compatible version.
Thanks in advance
Comment #14
albeorte commentedAdded MR as patch
Comment #15
dadderley commentedIt would be nice to have a Drupal 11 version of the module.
Comment #16
dwwYup, I’ll hopefully get something out next week. Been working at a music camp and offline for a while, but starting to catch up on virtual work now…
Comment #17
dadderley commentedThanks
Comment #18
vinodhini.e commentedHi, I tested this module on Drupal 11.2.x and encountered a compatibility issue. After applying Merge Request #6, it is working correctly and is now compatible with Drupal 11.
Thanks!
Comment #19
maheshv commentedCan we get the D11 version released, please?
Comment #20
svendecabooter+1 - this module is blocking us from upgrading a site to D11.
Comment #21
maheshv commentedOur Project is blocked due to this module d11 release, can you please release the d11 version ASAP.
Comment #22
vladimirausThank you for your contributions. 🎂
Drupal 7 is no longer supported. 🚀
Marking as outdated.
Comment #24
shelaneWhy was this closed? This issue has nothing to do with Drupal 7. Users are still waiting for the Drupal 11 compatible version, which is this issue.
Comment #25
vladimirausThanks @shelane.
Task seems like a victim of D7 tasks.
Comment #26
dadderley commentedIs there a Drupal 11 release in the works?
Comment #27
dwwI have no idea what @vladimiraus is talking about with "D7 tasks". This module has never supported D7 (since D7 views provided this functionality itself). Totally unhelpful and confusing comments. Please don't close issues where you don't know what you're talking about. 😅
Anyway, yes, I absolutely plan to fix this (and #3482593: Enable GitLab CI and cleanup build pipelines) and get another release out that supports D11. I'm finally getting through a giant backlog of other responsibilities, and hope to move this forward next week. 🤞
Comment #28
dadderley commentedThanks dww.
Comment #29
vladimirausJust whistle if you need a help maintaining the module.
Happy to help.
Comment #30
mihaic commentedA new release will be great thanks !
Comment #33
dwwI don't want to drop support for old versions like this. I also don't want/need a
composer.jsonhere. I'm going to start a new branch and a new MR that's the way I want to handle this.Comment #35
dwwMR 7 is the way forward. Let's see what the bot thinks. 😅
Comment #38
dwwMerged to 8.x-1.x branch. I'll tag a stable 8.x-1.0 release next.
Comment #40
dwwhttps://www.drupal.org/project/views_taxonomy_term_name_into_id/releases... is now out.
Comment #41
dadderley commentedI have installed this on a Drupal 10.5.6 site and then did the upgrade to Drupal 11.2.8.
It seems to be working fine, thankyou.