- Issue created by @liliplanet
- 🇫🇷France guilhom Toulouse
I can confirm I have the same issue on my side.
It seems to happen only when you set a "Field items Wrapper Tag". The summary presented in the Manage Display page is empty and the error mentionned by liliplanet appears.
Issue is here:
'fences_field_wrapper_tag' => t('Field items wrapper tag: %field_items_wrapper_tag', ['%field_items_wrapper_tag' => $fencesSettings['fences_field_items_wrapper_tag']]), 'fences_field_wrapper_classes' => t('Field items wrapper classes: %field_items_wrapper_classes', ['%field_items_wrapper_classes' => $fencesSettings['fences_field_items_wrapper_classes']]),
We are missing "items" for items_wrapper_tag and items_wrapper_classes in array keys.
- 🇩🇪Germany Anybody Porta Westfalica
- 🇩🇪Germany Anybody Porta Westfalica
Please check, if this fixes the issue. I assume code-wise that the wrapper attribute is still being set correctly? Otherwise, tests should have failed.
So this was only a notice, nothing really broken...?
- 🇩🇪Germany Anybody Porta Westfalica
Okay maybe wasn't even a regression, but from another issue where the summary was added recently.
- 🇫🇷France Grimreaper France 🇫🇷
Hello,
Encountering the same problem:
- fences_field_items_wrapper_tag
- fences_field_items_wrapper_classesI checkout the proposed changes and there are still the warnings.
- 🇩🇪Germany Grevil
We encounter the exact same issue now. Quite annoying...
I'll have a look later on today!
- 🇩🇪Germany Grevil
Yea, no idea how that got in there, but there is neither a "fences_field_items_wrapper_tag", nor a "fences_field_items_wrapper_classes" key. Instead, they are called "fences_field_items_wrapper_tag" and "fences_field_items_wrapper_classes" (as @guilhom already stated).
This was introduced through ✨ Show fences settings in field settings summary Active .
Automatically closed - issue fixed for 2 weeks with no activity.