Commit 8a5570d6c47786d4855a8f7e6a788b6f85fdb109

Authored by Alexey Boroda
1 parent 69004b5d

-yes/no fix

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
views/order/_form.php
... ... @@ -432,6 +432,9 @@ JS;
432 432 'header' => \Yii::t('app', 'Возврат'),
433 433 'inputType' => kartik\editable\Editable::INPUT_CHECKBOX,
434 434 'options' => [],
  435 + 'pluginEvents' => [
  436 + 'editableSuccess' => 'function(event) { $.pjax.reload({container:"#order-products-grid"}); }',
  437 + ],
435 438 ],
436 439 'format' => [
437 440 'boolean',
... ...