Переглянути джерело

Correctif backoffice

master
Fab 4 роки тому
джерело
коміт
bf4da151e6
1 змінених файлів з 3 додано та 2 видалено
  1. +3
    -2
      ShopBundle/Controller/Backend/MerchantController.php

+ 3
- 2
ShopBundle/Controller/Backend/MerchantController.php Переглянути файл

@@ -100,8 +100,9 @@ class MerchantController extends AdminController
$em->persist($user);
$em->flush();
dump($merchant);
die();
$this->utils->addFlash('warning', "Vous êtes maintenant sur le hub de ".$merchant->getTitle());

$niche = $merchant->getTitle();
$this->utils->addFlash('warning', "Vous êtes maintenant sur le hub de ".$niche);

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

Завантаження…
Відмінити
Зберегти