소스 검색

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

refactoring
Guillaume Bourgeois 2 년 전
부모
커밋
a5a8c780ef
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      backend/controllers/ProductController.php

+ 1
- 0
backend/controllers/ProductController.php 파일 보기

@@ -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);


Loading…
취소
저장