On attaque la partie steps, dans la Recette

This commit is contained in:
2021-05-11 17:58:14 +02:00
parent 82aa2cc0b9
commit dd44c56ae5
10 changed files with 130 additions and 25 deletions

View File

@@ -178,7 +178,7 @@ class BackController extends BaseAdminController
->setNbOfProducts($quantityProposed)
->save();
return $this->render('ajax/related-products', [ 'content_id' => $contentId ]);
return $this->render('includes/related-products', [ 'content_id' => $contentId ]);
}
}