Skip to content
Snippets Groups Projects

Issue#2889486: Add language value to contextual filter of taxonomy.

Open Issue#2889486: Add language value to contextual filter of taxonomy.
2 unresolved threads
2 unresolved threads

Closes #2889486

Merge request reports

Members who can merge are allowed to add commits.
Code Quality is loading
Test summary results are being parsed
Ready to merge by members who can write to the target branch.
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • shalini jha added 645 commits

    added 645 commits

    Compare with previous version

  • shalini jha added 1 commit

    added 1 commit

    Compare with previous version

  • shalini jha added 1 commit

    added 1 commit

    • 28cd3635 - Update taxonomy.post_update.php

    Compare with previous version

  • shalini jha added 1 commit

    added 1 commit

    Compare with previous version

  • shalini jha added 1 commit

    added 1 commit

    Compare with previous version

  • shalini jha added 1 commit

    added 1 commit

    Compare with previous version

  • shalini jha added 1 commit

    added 1 commit

    Compare with previous version

  • shalini jha added 1 commit

    added 1 commit

    • 6689b580 - Update views.view.taxonomy_term.yml

    Compare with previous version

  • shalini jha added 264 commits

    added 264 commits

    Compare with previous version

  • Jan Kellermann added 73 commits

    added 73 commits

    Compare with previous version

  • Stephen Mustgrave resolved all threads

    resolved all threads

  • 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 {
  • 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 {
  • shalini jha added 59 commits

    added 59 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading