A table has been created that allows you to select an email template to be assigned to a particular option. The problem occurs when you want to select. Error “Screen ‘emailtemplates$ReportEmailTemplate.browse’ is not defined”.
Caused by: com.haulmont.cuba.gui.NoSuchScreenException: Screen 'emailtemplates$ReportEmailTemplate.browse' is not defined
at com.haulmont.cuba.gui.config.WindowConfig.getWindowInfo(WindowConfig.java:464) ~[cuba-gui-7.0.10.jar:7.0.10]
at com.haulmont.cuba.gui.components.PickerField$LookupAction.actionPerform(PickerField.java:388) ~[cuba-gui-7.0.10.jar:7.0.10]
at com.haulmont.cuba.web.gui.components.WebPickerField.lambda$setPickerButtonAction$0(WebPickerField.java:291) ~[cuba-web-7.0.10.jar:7.0.10]
at com.haulmont.cuba.web.widgets.CubaButton.fireClick(CubaButton.java:76) ~[cuba-web-widgets-7.0.10.jar:na]
at com.vaadin.ui.Button$1.click(Button.java:57) ~[vaadin-server-8.6.4-17-cuba.jar:8.6.4-17-cuba]
... 43 common frames omitted
Any way to fix it quickly?
Regards,
Nelson F.