Fix: Always update print area coordinates when editing product

- Print area was only updated if a new image was uploaded
- Now print area is updated even when keeping existing image
- Fixes design area positioning mismatch on made-to-order page
- Applies to both front and back print areas
This commit is contained in:
Andymick
2026-07-19 12:23:02 +01:00
parent 860f2c678d
commit 6f6cd89eb3
2 changed files with 26 additions and 5 deletions
+2 -1
View File
@@ -105,7 +105,8 @@
"Bash(git commit -m 'Fix: Handle image removal in product editor *)",
"Bash(git commit -m 'Refactor: Move image display into PhotoPrintAreaField component *)",
"Bash(git commit -m 'Optimize: Skip color photo processing when not uploading new photos *)",
"Bash(git commit -m 'Optimize: Fetch only necessary fields from database *)"
"Bash(git commit -m 'Optimize: Fetch only necessary fields from database *)",
"Bash(git commit -m 'Fix: Always update print area coordinates when editing product *)"
]
}
}