ソースを参照

[Administration] Correcit switchProducer

feature/souke
Guillaume Bourgeois 1年前
コミット
9abda816a7
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      backend/controllers/SiteController.php

+ 1
- 1
backend/controllers/SiteController.php ファイルの表示

@@ -143,7 +143,7 @@ class SiteController extends BackendController
$producer = $this->getProducerContainer()->getRepository()->findOneProducerById($id);

if($producer) {
$this->getUserModule()->getServices()->getBuilder()->switchProducer($user, $producer);
$this->getUserModule()->getBuilder()->switchProducer($user, $producer);
}
else {
$this->addFlash('error', 'Producteur introuvable.');

読み込み中…
キャンセル
保存