From 7aa9e5748ed01a9d77a961bbf2dfe8733c99f351 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 19 Sep 2021 16:06:16 +0200 Subject: [PATCH] Allow to add a product picture on product creation (closes #1620) --- changelog/64_UNRELEASED_xxxx.xx.xx.md | 1 + views/productform.blade.php | 12 +++++------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/changelog/64_UNRELEASED_xxxx.xx.xx.md b/changelog/64_UNRELEASED_xxxx.xx.xx.md index 612d59a3..0fcbeb1e 100644 --- a/changelog/64_UNRELEASED_xxxx.xx.xx.md +++ b/changelog/64_UNRELEASED_xxxx.xx.xx.md @@ -2,6 +2,7 @@ - Fixed that plural form handling (e.g. for quantity units) was wrong for negative numbers - Fixed that the context menu entries Consume and Transfer on the stock overview page were disabled when the amount in stock was < 1 - The product and chore edit pages now have bottom-sticky save buttons +- A product picture can now be added when creating a product (was currently only possible when editing a product) ### API - Fixed that international characters were not allowed in API query filters diff --git a/views/productform.blade.php b/views/productform.blade.php index 588b1148..7d0fedfd 100644 --- a/views/productform.blade.php +++ b/views/productform.blade.php @@ -506,9 +506,9 @@ -
+
-
+
-
+
-
+
-
+