feat: Add isPrivate field to AdminProduct and update filtering logic in admin panels
Test Suite / test (24.15.0) (push) Has been cancelled
Test Suite / test (24.15.0) (push) Has been cancelled
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user