Standard install, editing admin user listing view this notice is thrown
Location http://drupal/admin/structure/views/view/user_admin_people
Message Notice: Undefined index: provider in Drupal\views\Plugin\views\field\Broken->adminLabel() (line 24 of core\modules\views\lib\Drupal\views\Plugin\views\field\Broken.php).
Severity Notice
| Comment | File | Size | Author |
|---|---|---|---|
| drupal-views.view_.user_admin_people.yml-missing-provider-value.patch | 529 bytes | alan d. |
Comments
Comment #1
dawehnerGood catch!
Comment #2
webchickNice catch! Hm, wonder how that happened? I guess that view per-dates the introduction of the key?
I thought about tests for this, but can't really think of a reasonable one, since all future Views exports will already have this key in them, and we don't write tests against old versions of APIs.
Ergo, committed and pushed to 8.x. Thanks!
Comment #3
dawehnerThat or the fact that it is optional could have led to the result.
Comment #4
damiankloip commentedWeird, I was certain this was fixed in another patch... I guess not :)