Explorar el Código

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

feature/export_comptable
Guillaume hace 4 años
padre
commit
82b858a69f
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      ShopBundle/Controller/Backend/ProductFamilyController.php

+ 2
- 1
ShopBundle/Controller/Backend/ProductFamilyController.php Ver fichero

@@ -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);

Cargando…
Cancelar
Guardar