- Issue created by @mdranove
- Merge request !11Check if match_required is set before reading the value. → (Merged) created by mdranove
Automatically closed - issue fixed for 2 weeks with no activity.
When adding a scoring config to a view that has taxonomy terms, if the Match Required config is not set to True when the config is initially created, the following error is triggered
Undefined array key "match_required"
Wrap the check for match_required in an isset.
Needs work
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.