\Yii::$app->response->format = \yii\web\Response::FORMAT_JSON; | \Yii::$app->response->format = \yii\web\Response::FORMAT_JSON; | ||||
$product = $this->findModel($id); | $product = $this->findModel($id); | ||||
$product->active = (int) $active; | $product->active = (int) $active; | ||||
Distribution::linkProductIncomingDistributions($product); | |||||
return ['success', 'id' => $id, 'active' => $active]; | return ['success', 'id' => $id, 'active' => $active]; | ||||
} | } | ||||