Notice: Undefined index: default in Drupal\views\Plugin\views\PluginBase->setOptionDefaults()
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | 2907760-11-9.3.x.patch | 611 bytes | voleger |
Notice: Undefined index: default in Drupal\views\Plugin\views\PluginBase->setOptionDefaults()
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | 2907760-11-9.3.x.patch | 611 bytes | voleger |
Comments
Comment #2
coufu commentedCreated a patch to fix this problem for me.
Comment #4
cilefen commentedCould you add some context to the issue summary as to how to reproduce the issue please?
Comment #5
agileadamHere are the last calls in a stack trace of the same error (I work with Coufu). I will try to identify the cause.
Comment #6
agileadamI dropped a conditional breakpoint to identify when $definition['default'] is not set.
@coufu, this is coming from the views_facet_filter_bubbles plugin (custom), therefore I'm going to close this core (non) issue; we can deal with it elsewhere.
Comment #7
mlzrHello, I 've got this error after installing the module "https://www.drupal.org/project/slider_pro"
I apply the patch '2907760-2.patch' as in #2 above and the error is gone!
Top! Thanks for sharing this,
Marchello
Comment #8
p4trizio commentedIf anyone needs a quick fix, the patch is working. However I attach a new one relative to the core (so it can be used with cweagans/composer-patches)
Comment #9
vuilThe issue is duplicated of #2882031: Undefined index: identifier in view's DisplayPluginBase->isIdentifierUnique()
Comment #10
vuiland related to #2825860: Notice: Undefined index: value in Drupal\views\Plugin\views\filter\NumericFilter->acceptExposedInput()
Comment #11
voleger