- Issue created by @florisg
- 🇳🇱Netherlands florisg
added the patch for views_jump_menu.module
```
- if (!empty($options['label_field'])) {
+ if (!empty($options['label_field']) && !empty($optione['url_field'])) {
``` - 🇳🇱Netherlands florisg
This was defined underneath, so update to $view->field[$options['url_field']] for the check.
- Status changed to Closed: works as designed
5 months ago 10:04am 12 June 2024 - 🇳🇱Netherlands florisg
Please ignore and close this issue, requiring the relation fixed it.
Checking only for the label is enough for these are defined in a combined array.