Closed (fixed)
Project:
Drupal core
Version:
8.7.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Dec 2018 at 10:55 UTC
Updated:
26 Dec 2018 at 13:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
berdirComment #3
vacho commentedThis patch solve this problem. I reviewed and @Berdir has reason and this code should be quited
Comment #4
andypostComment #5
brathbone commentedI applied the patch in #3. The patch removes the requested code.
Comment #6
alexpottYep
!empty($form['#type'])<code> will never return TRUE because at this point $form is an array of form elements so it has no <code>#typekey.Committed 50d98d7 and pushed to 8.7.x. Thanks!