- Issue created by @pamelalies
- Assigned to pamelalies
- Status changed to Needs review
4 months ago 10:32pm 15 August 2024
On initial install of module with composer, I enabled the module and tried to go to the configuration page, which then threw the above error.
The resolution is a one character fix. I just added a "?" right before the call to the render function in line 195 of file src/Paragroup/ParagroupFormData.php below:
$current_widget_label = $defs[$current_widget]['label']?->render();
Please test.
Needs review
2.0
Code