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