Closed (fixed)
Project:
Views Layout
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2019 at 12:59 UTC
Updated:
2 Jan 2020 at 19:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
sahana _n commentedRemoved deprecated method drupal_render() please review.
Comment #3
chris.smith commentedI needed a solution to this issue to upgrade to Drupal 8.8.
However, the current patch still uses render(), which isn't "allowed".
The attached patch now uses renderPlain().
Comment #4
davidburnsPatch #3 works! Able to cleanly upgrade to 8.8.x without errors.
Comment #6
karens commentedCommitted, thanks all!