WebPush-and-photo-upload-fixes
This commit is contained in:
@@ -59,6 +59,7 @@ public class ProductsController : Controller
|
||||
var categories = await _categoryService.GetAllCategoriesAsync();
|
||||
ViewData["Categories"] = categories.Where(c => c.IsActive);
|
||||
ViewData["ProductId"] = id;
|
||||
ViewData["ProductPhotos"] = product.Photos;
|
||||
|
||||
var model = new UpdateProductDto
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user