manager: trigger js event when cell form reloaded (#16419)

This commit is contained in:
Serghei Mihai 2017-05-20 14:43:07 +02:00
parent 7023538a6e
commit da590a77ae
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ $(function() {
* this causes an unpleasant flickering */
$button.parents('form').find('div.cell-form').html(data);
}
$form.parents('div.cell').trigger('combo:cellform-reloaded');
if (data.indexOf('class="errorlist"') == -1) {
$.getJSON($form.data('label-url'),
function(data) {