As designed Error when widget option template is missing

Jake B.

Well-known member
Affected version
2.0.1
We have a couple very simple widgets that don't require any options, but if you don't include the template you get an error:

Code:
ErrorException: Template error: Template admin:widget_def_options_th_memberReact_reactions is unknown

Might be intentional, but seems like it shouldn't be required to create an empty file if you don't have any options
 
Have a look at some of the default widgets which have no configuration. We return null for the get options template method
 
Top Bottom