JS: put back 'combo:cellform-reloaded' event trigger (#63567)

This commit is contained in:
Thomas Jund 2022-04-05 14:59:31 +02:00
parent f7913715a1
commit 11db1b1735
1 changed files with 2 additions and 0 deletions

View File

@ -311,6 +311,8 @@ $(function() {
} else {
$cell.find('.invalid').remove();
}
$form.parents('div.cell').trigger('combo:cellform-reloaded');
// select first panel with errors (if any)
const $current_tab = $form.find('[role=tabpanel]:not([hidden])');