Commit Graph

5 Commits

Author SHA1 Message Date
92eb45fc8c Fix product image not saving/displaying in tenant admin
Fixed two issues with product images:
1. Images weren't being preserved when editing other product fields - added logic to keep existing image value when no new image is uploaded
2. Image URLs had double underscores (e.g., /images/123__image.jpg) due to field names starting with underscore - now strips leading underscore from field name when constructing image paths
2025-10-20 16:45:58 -04:00
000c054734 fixing field edits and adding custom fileds 2025-06-19 15:46:22 -04:00
705f2859fa made multi tenant 2025-06-19 14:25:42 -04:00
f041266ac3 adding authentication and image support 2025-06-19 11:57:47 -04:00
f78f5ce9f9 refactoring project 2025-05-14 15:30:27 -04:00