$newDynamicEntry->save(false);
- // $this->syncClusterManagers();
+ $this->syncClusterManagers();
$this->updateStoreCluster($dynamicEntry->store_id, $newClusterId);
return $this->asJson(['success' => true]);
}
$dynamicEntry->save(false);
- // $this->syncClusterManagers();
+ $this->syncClusterManagers();
$this->updateStoreCluster($dynamicEntry->store_id);
Yii::$app->session->setFlash('success', 'Магазин успешно удален из куста.');
} else {
$newDynamicEntry->save(false);
$this->updateStoreCluster($storeId,$id);
- // $this->syncClusterManagers();
+ $this->syncClusterManagers();
Yii::$app->session->setFlash('success', 'Магазин успешно добавлен в куст.');