Resolve #2784233 "Multiple vocabularies deprecated vid"
Open
requested to merge issue/drupal-2784233:2784233-multiple-vocabularies-deprecated-vid into 10.1.x
2 unresolved threads
Closes #2784233
Merge request reports
Activity
added 1 commit
- 0a3bfa28 - Deprecate 'vid' in 'views.filter.taxonomy_index_tid' config schema, instead of removing it now
added 1 commit
- 010e99d3 - Deprecate 'vid' in 'views.filter.taxonomy_index_tid' config schema, instead of removing it now
119 119 views.filter.taxonomy_index_tid: 120 120 type: views.filter.many_to_one 121 121 label: 'Taxonomy term ID' 122 deprecated: "The 'vid' key in 'views.filter.taxonomy_index_tid' config schema is deprecated in drupal:10.1.0 and is removed from drupal:11.0.0. Update your view to use the 'vids' key instead. See https://www.drupal.org/node/3162414" 122 123 mapping: 123 124 vid: 124 125 type: string 125 126 label: 'Vocabulary' We can only deprecate a schema and not a specific key https://www.drupal.org/about/core/policies/core-change-policies/how-to-deprecate#config-schema
added 244 commits
-
010e99d3...ff619a06 - 240 commits from branch
project:10.1.x
- 32f4cc5f - Init commit based on 2784233-238.patch and address 242.3 by @larowlan
- 6b0cf49e - Address 242.2 by @larowlan
- 68d30af6 - Deprecate 'vid' in 'views.filter.taxonomy_index_tid' config schema, instead of removing it now
- 8bdff585 - 2784233- Rebase the branch.
Toggle commit list-
010e99d3...ff619a06 - 240 commits from branch
added 428 commits
-
65f33f9a...d36e28b8 - 423 commits from branch
project:10.1.x
- 8870fd17 - Init commit based on 2784233-238.patch and address 242.3 by @larowlan
- f152ada3 - Address 242.2 by @larowlan
- 3c74b885 - Deprecate 'vid' in 'views.filter.taxonomy_index_tid' config schema, instead of removing it now
- b52caa23 - 2784233- Rebase the branch.
- 86e6676c - 2784233-fixed custom command
Toggle commit list-
65f33f9a...d36e28b8 - 423 commits from branch
mentioned in merge request !3582
mentioned in merge request !10425
360 475 361 476 /** 362 477 * Tests using the TaxonomyIndexTid in a filter group. 478 * 479 * @greoup legacy changed this line in version 8 of the diff
Please register or sign in to reply