fix(workflows-sdk): use loaded modules when container is empty (#7422)
This commit is contained in:
committed by
GitHub
parent
05077bab32
commit
f3d19f5394
@@ -27,7 +27,6 @@ export const CustomerAuth: ModuleJoinerConfig = {
|
||||
},
|
||||
{
|
||||
serviceName: Modules.AUTH,
|
||||
isInternalService: true,
|
||||
primaryKey: "id",
|
||||
foreignKey: "auth_identity_id",
|
||||
alias: "auth",
|
||||
|
||||
@@ -27,7 +27,6 @@ export const ProductSalesChannel: ModuleJoinerConfig = {
|
||||
},
|
||||
{
|
||||
serviceName: Modules.SALES_CHANNEL,
|
||||
isInternalService: true,
|
||||
primaryKey: "id",
|
||||
foreignKey: "sales_channel_id",
|
||||
alias: "sales_channel",
|
||||
@@ -51,7 +50,6 @@ export const ProductSalesChannel: ModuleJoinerConfig = {
|
||||
serviceName: Modules.SALES_CHANNEL,
|
||||
relationship: {
|
||||
serviceName: LINKS.ProductSalesChannel,
|
||||
isInternalService: true,
|
||||
primaryKey: "sales_channel_id",
|
||||
foreignKey: "id",
|
||||
alias: "products_link",
|
||||
|
||||
@@ -21,8 +21,6 @@ export const ProductVariantPriceSet: ModuleJoinerConfig = {
|
||||
relationships: [
|
||||
{
|
||||
serviceName: Modules.PRODUCT,
|
||||
// TODO: Remove this when product module is the default product service
|
||||
isInternalService: true,
|
||||
primaryKey: "id",
|
||||
foreignKey: "variant_id",
|
||||
alias: "variant",
|
||||
|
||||
@@ -27,7 +27,6 @@ export const UserAuth: ModuleJoinerConfig = {
|
||||
},
|
||||
{
|
||||
serviceName: Modules.AUTH,
|
||||
isInternalService: true,
|
||||
primaryKey: "id",
|
||||
foreignKey: "auth_identity_id",
|
||||
alias: "auth",
|
||||
|
||||
Reference in New Issue
Block a user