瀏覽代碼

[Backend] Produits : target blank + rester sur la page du formulaire après l'édition

feature/export_comptable
Guillaume 4 年之前
父節點
當前提交
82b858a69f
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      ShopBundle/Controller/Backend/ProductFamilyController.php

+ 2
- 1
ShopBundle/Controller/Backend/ProductFamilyController.php 查看文件

@@ -312,7 +312,8 @@ class ProductFamilyController extends AdminController
$this->executeDynamicMethod('update<EntityName>Entity', [$entity, $editForm]);
$this->dispatch(EasyAdminEvents::POST_UPDATE, ['entity' => $entity]);

return $this->redirectToReferrer();
$this->utils->addFlash('success', 'Produit sauvegardé') ;
return $this->redirectToRoute('easyadmin', ['entity' => 'ProductFamily', 'action' => 'edit', 'id' => $id]) ;
}

$this->dispatch(EasyAdminEvents::POST_EDIT);

Loading…
取消
儲存