When creating exposed grouped filters in a view, if a group is named and a taxonomy term is added that exists in the system, the form throws the error:
The value is required if title for this item is defined.
Label and term are added
Error
To reproduce
- create a tag if none exists
- create a view
- create a taxonomy filter
- set the filter to exposed
- set the exposed filter to grouped
- Type a label for a group
- type the name of the tag you created
- submit
This was also tested with the patch from #1810148: Grouped exposed taxonomy term filters do not work grouped_exposed-1810148-49.patch applied and failed in the same way.
There is also a nomenclature issue in that "title" in the error refers to fields in the column "label." One or the other needs to change.