- 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?