Browse Source

[Administration] Switch producteur : rester sur la même page #1375

feature/souke
Guillaume Bourgeois 1 year ago
parent
commit
79cb35274b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      backend/controllers/SiteController.php

+ 1
- 1
backend/controllers/SiteController.php View File

$this->addFlash('error', 'Producteur introuvable.'); $this->addFlash('error', 'Producteur introuvable.');
} }


$this->redirect(['dashboard/index']);
return $this->redirectReferer();
} }
} }

Loading…
Cancel
Save