Преглед на файлове

[Administration] Produits > liste : mettre à jour le produit dans les distributions à venir quand on l'active/désactive #595

refactoring
Guillaume Bourgeois преди 2 години
родител
ревизия
8d1010f15e
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. +3
    -0
      backend/controllers/ProductController.php

+ 3
- 0
backend/controllers/ProductController.php Целия файл

@@ -357,6 +357,9 @@ class ProductController extends BackendController
\Yii::$app->response->format = \yii\web\Response::FORMAT_JSON;
$product = $this->findModel($id);
$product->active = (int) $active;

Distribution::linkProductIncomingDistributions($product);

return ['success', 'id' => $id, 'active' => $active];
}


Loading…
Отказ
Запис