The change record https://www.drupal.org/node/2966725 requires #post_render callbacks to be changed. When I try to use
$form[#post_render][] = ...
I get an error
Argument 1 must be callable, array given
so it appears the suggested change does not even work. I rewrote the form_alter and managed to do away with the #post_render callback. Patch posted shortly.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | remove_post_render_callback-3160192-2.patch | 2.49 KB | trobey |
Comments
Comment #2
trobey commentedComment #3
ptmkenny commentedI added the patch and clicked around; things seem fine as far as I can tell.
Comment #5
trobey commentedI pushed this to dev. I will try to get to the other issues as I can verify them.