Problem/Motivation
To support multi values taxonomy fieldList of taxonomy terms are not showing
Steps to reproduce
1.I have created a content type with taxonomy term.
2.In the taxonomy field I have set the configuration as unlimited allowing the user to select multiple taxonomy term for a single content.
3.I have created a view and added the selective field of that content type and displayed the view as a block.
4.When the field value is limited to one i,e. if a content is tagged to single term then the filter works but when a content has 2 or more terms tagged the 2nd terms does not show in the view filter block.
Issue fork views_selective_filters-3227642
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:
- 3227642-8.x
changes, plain diff MR !4
- 3227642-views-selective-filter
changes, plain diff MR !5
Comments
Comment #5
dhirendra.mishra commentedI think we can consider MR 4 here...as MR 5 looks invalid
Comment #7
joelpittetThis seems to be a duplicate of a patch I just committed #3175364: List is incorrect if multiple values present per row If that is not the case please let me know and I will try to reproduce the problem and re-open