major
nice-to-have
defect
major
enhancement
nice-to-have
#23155
Better possibility to close a dialogue programmatically
Currently, you have to close an open dialog using the absurd workaround ` CloseModalDialogCommandHandler.closeDialog(dialog)`.
Improvement
Method directly on LayoutComponent:
dialog.closeDialog();
Code Migration
Switch to the direct method, as shown above.
Test
No test.