- Issue created by @ian.ssu
- πΊπΈUnited States ian.ssu
Iβve committed a change to address the PHP fatal error caused by Viewfield arguments with whitespace. This update sanitizes existing arguments by trimming spaces in ViewfieldFormatterDefault->processArguments. As a result, the error we were seeing when content editors added arguments with spaces in Viewfield -Arguments is resolved.
- πΊπΈUnited States brayn7 Lexington, Ky
I have this same type of issue where I have a term id or multiple term id's and one of my setups comes back with ['1071\t'] nothing I do in the ui will remove it. This change does solve it for me tho. @ian.ssu can you set a merge request on that change you made?
- π¦πΉAustria maxilein
With the upgrade to D10.3.8 this issue becomes critical!
See here https://www.drupal.org/project/drupal/issues/3486195#comment-15857146 π An update to symfony/http-foundation plus a trailing space took down the views UI Active
A symphony security patch causes these problems to become a WSOD issue.Using this patch everything works as normal! Thank you.
Please urgently merge this into a release. - π¦πΉAustria maxilein
Made a mistake. The problem is not solved. I will open another issue.