PointRetrait : finalisation de la partie backOffice

This commit is contained in:
2021-03-04 12:59:55 +01:00
parent dc939c1e29
commit b98e6f7590
9 changed files with 32 additions and 29 deletions

View File

@@ -5,7 +5,6 @@ namespace PointRetrait\Controller\backOffice;
use PointRetrait\Model\PdrPlaces;
use PointRetrait\Model\PdrPlacesQuery;
use PointRetrait\PointRetrait;
use Propel\Runtime\ActiveQuery\Criteria;
use Propel\Runtime\Map\TableMap;
use Propel\Runtime\Propel;
use Symfony\Component\HttpFoundation\RedirectResponse;
@@ -41,7 +40,7 @@ class PlaceController extends BaseAdminController
$con->beginTransaction();
$error_msg = "";
$changeForm = $this->createForm("pointretrait.place.view.main", "form");
$changeForm = $this->createForm("pdr.place.view.main", "form");
try {
$form = $this->validateForm($changeForm, "POST");
@@ -77,7 +76,7 @@ class PlaceController extends BaseAdminController
$con->beginTransaction();
$error_msg = "";
$createForm = $this->createForm("pointretrait.place.create", "form");
$createForm = $this->createForm("pdr.place.create", "form");
try {
$form = $this->validateForm($createForm, "POST");