Kaynağa Gözat

[Distributions] Produits > liste : test fonctionnalité toggle active #673

refactoring
Guillaume Bourgeois 2 yıl önce
ebeveyn
işleme
a5a8c780ef
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. +1
    -0
      backend/controllers/ProductController.php

+ 1
- 0
backend/controllers/ProductController.php Dosyayı Görüntüle

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

Distribution::linkProductIncomingDistributions($product);


Yükleniyor…
İptal
Kaydet