Issue#2889486: Add language value to contextual filter of taxonomy.
2 unresolved threads
Closes #2889486
Merge request reports
Activity
added 1 commit
added 1 commit
added 1 commit
added 1 commit
- Resolved by Stephen Mustgrave
- Resolved by Stephen Mustgrave
- Resolved by Stephen Mustgrave
- Resolved by Stephen Mustgrave
- Resolved by Stephen Mustgrave
added 645 commits
-
9e96870e...c5820f12 - 638 commits from branch
project:11.x
- 543ca9e1 - Issue#2889486: Add language value to contextual filter of taxonomy.
- 209c171e - added missing use statement
- 3fd72801 - Issue #2889486 by kriboogh: "Has taxonomy term" contextual filter does not...
- 5c38e449 - Issue #2889486 by kriboogh: "Has taxonomy term" contextual filter does not...
- e70acc54 - Issue #2889486 by kriboogh: "Has taxonomy term" contextual filter does not...
- 1c5f3fbb - Issue #2889486 by kriboogh: "Has taxonomy term" contextual filter does not...
- 00b465a3 - Issue #2889486: Addressed PR comments
Toggle commit list-
9e96870e...c5820f12 - 638 commits from branch
added 1 commit
added 1 commit
added 1 commit
added 1 commit
added 264 commits
-
6689b580...0fc32f07 - 253 commits from branch
project:11.x
- f2292f86 - 1 earlier commit
- 2860ca8c - Issue #2889486 by kriboogh: "Has taxonomy term" contextual filter does not...
- 2c10e706 - Issue #2889486 by kriboogh: "Has taxonomy term" contextual filter does not...
- d30e404b - Issue #2889486 by kriboogh: "Has taxonomy term" contextual filter does not...
- 29375c6d - Issue #2889486 by kriboogh: "Has taxonomy term" contextual filter does not...
- 9b5a09b8 - Issue #2889486: Addressed PR comments
- ba458073 - Issue #2889486:Fixed pipeline failure issues.
- ac6edc95 - Issue #2889486:Fixed pipeline failure issues
- 0e7513fa - Issue #2889486:Fixed pipeline failure issues
- a71edef2 - Issue #2889486:Fixed pipeline failure issues
- db157e4a - Update views.view.taxonomy_term.yml
Toggle commit list-
6689b580...0fc32f07 - 253 commits from branch
added 73 commits
-
db157e4a...78ec304c - 72 commits from branch
project:11.x
- af878e34 - Merge branch drupal:11.x into 2889486-has-taxonomy-term
-
db157e4a...78ec304c - 72 commits from branch
7 7 8 use Drupal\Core\Database\Database; 9 8 10 /** 9 11 * Implements hook_update_last_removed(). 10 12 */ 11 13 function taxonomy_update_last_removed(): int { 12 14 return 10100; 13 15 } 16 17 /** 18 * Add 'langcode' field to 'taxonomy_index' entities. 19 * 20 * Content needs to be updated. 21 */ 22 function taxonomy_update_10300(): void { changed this line in version 17 of the diff
7 7 8 use Drupal\Core\Database\Database; 9 8 10 /** 9 11 * Implements hook_update_last_removed(). 10 12 */ 11 13 function taxonomy_update_last_removed(): int { 12 14 return 10100; 13 15 } 16 17 /** 18 * Add 'langcode' field to 'taxonomy_index' entities. 19 * 20 * Content needs to be updated. 21 */ 22 function taxonomy_update_10300(): void { changed this line in version 17 of the diff
added 59 commits
-
af878e34...8bc7475d - 47 commits from branch
project:11.x
- 8bc7475d...d507abcf - 2 earlier commits
- e922f4da - Issue #2889486 by kriboogh: "Has taxonomy term" contextual filter does not...
- 0881739f - Issue #2889486 by kriboogh: "Has taxonomy term" contextual filter does not...
- 18d192d1 - Issue #2889486 by kriboogh: "Has taxonomy term" contextual filter does not...
- 48265158 - Issue #2889486: Addressed PR comments
- b63190d2 - Issue #2889486:Fixed pipeline failure issues.
- 3e4f598c - Issue #2889486:Fixed pipeline failure issues
- 5cb5839d - Issue #2889486:Fixed pipeline failure issues
- d165c2c8 - Issue #2889486:Fixed pipeline failure issues
- dee5ba3e - Update views.view.taxonomy_term.yml
- a117814d - Updated taxonomy update hook
Toggle commit list-
af878e34...8bc7475d - 47 commits from branch
Please register or sign in to reply