ソースを参照

Correctif backoffice

master
Fab 4年前
コミット
31cc4f059d
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      ShopBundle/Controller/Backend/MerchantController.php

+ 1
- 0
ShopBundle/Controller/Backend/MerchantController.php ファイルの表示

@@ -99,6 +99,7 @@ class MerchantController extends AdminController
$user->setMerchant($merchant);
$em->persist($user);
$em->flush();
$this->utils->addFlash('warning', "Vous êtes maintenant sur le hub de ".$merchant->getTitle());

return $this->redirect($merchant->getMerchantConfig('url').'admin/dashboard') ;
}

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