Closed (fixed)
Project:
Views taxonomy term name into ID
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2024 at 22:00 UTC
Updated:
26 Nov 2025 at 03:09 UTC
Jump to comment: Most recent
Comments
Comment #3
dwwTrivial MR up to get this started. Let's see how https://git.drupalcode.org/project/views_taxonomy_term_name_into_id/-/pi... goes...
Comment #4
dwwWheee, that pipeline failed on basically every step. 😉
This isn't yet declared compatible with D11, so no surprise that phpunit (current) is failing...
Comment #5
vladimirausComment #6
vladimirausComment #7
lavanyatalwar commentedThe changes look good to me. Also the pipeline is green now.
Moving it to RTBC.
Comment #8
lavanyatalwar commentedComment #9
dwwI reverted all the commits in the MR since #3. They're out of scope here (D11 porting) or totally unnecessary / unhelpful (adding a
composer.jsonfile).I pushed new commits to explicitly test the core versions we're supporting. Also, fixed phpcs, phpstan, cspell.
If the latest pipeline is green on all 3 configurations, I'll merge this.
Comment #10
dwwI reverted all the commits in the MR since #3. They're out of scope here (D11 porting) or totally unnecessary / unhelpful (adding a
composer.jsonfile).I pushed new commits to explicitly test the core versions we're supporting. Also, fixed phpcs, phpstan, cspell.
If the latest pipeline is green on all 3 configurations, I'll merge this.
Comment #13
dww