🐛 | Dynamic Entity Reference | must be of type array, null given in array_keys DynamicEntityReferenceItem.php
🇮🇳India priti197
Patch is created to fix the issue.
🐛 | Commerce Migrate | TypeError: CommerceGuys\Intl\Currency\CurrencyRepository::get(): Argument #1 ($currencyCode) must be of type string, null given
🇮🇳India priti197
Patch created to fix the issue.
🇮🇳India priti197
Patch is created to fix the issue.
🇮🇳India priti197
@zebda, I don't see array key "location" at line 669 of modules/contrib/views_json_source/src/Plugin/views/query/ViewsJsonQuery.php
Screenshot attached.
🐛 | Username auto suggestions | TypeError: array_diff(): Argument #1 ($array) must be of type array, null given in array_diff() (line 168
🇮🇳India priti197
Patch created to fix this issue.
🇮🇳India priti197
Created a patch to fix this issue.
🐛 | 360 panorama viewer | Deprecated function: Creation of dynamic property in PanoramaViewerFormatter::$entityTypeManager
🇮🇳India priti197
Patch created to fix the issue, please review.
🇮🇳India priti197
Solution:
Replace line 205 of /src/Plugin/views/row/XmlFeedViewsFields.php
From
$fieldLine = str_replace($fieldArray[0][$i], $data, $fieldLine);
To
$fieldLine = str_replace($fieldArray[0][$i], $data ?? '', $fieldLine);