feat: Add isPrivate field to AdminProduct and update filtering logic in admin panels
Test Suite / test (24.15.0) (push) Has been cancelled

This commit is contained in:
Nils-Johan Gynther
2026-05-11 19:30:42 +02:00
parent a4f65c6065
commit d05b7da8bc
5 changed files with 17 additions and 7 deletions
@@ -240,6 +240,7 @@ class AdminRepository {
name: product.name,
canonicalName: product.canonicalName,
ownerId: product.ownerId,
isPrivate: true,
categoryId: product.categoryId,
categoryPath: product.categoryPath,
status: 'private',