chore: joiner config entity property (#9084)
This commit is contained in:
+3
@@ -28,6 +28,7 @@ moduleIntegrationTestRunner<IStockLocationService>({
|
||||
stockLocationAddress: {
|
||||
id: {
|
||||
linkable: "stock_location_address_id",
|
||||
entity: "StockLocationAddress",
|
||||
primaryKey: "id",
|
||||
serviceName: "stockLocationService",
|
||||
field: "stockLocationAddress",
|
||||
@@ -36,12 +37,14 @@ moduleIntegrationTestRunner<IStockLocationService>({
|
||||
stockLocation: {
|
||||
id: {
|
||||
field: "stockLocation",
|
||||
entity: "StockLocation",
|
||||
linkable: "stock_location_id",
|
||||
primaryKey: "id",
|
||||
serviceName: "stockLocationService",
|
||||
},
|
||||
location_id: {
|
||||
linkable: "location_id",
|
||||
entity: "StockLocation",
|
||||
primaryKey: "location_id",
|
||||
serviceName: "stockLocationService",
|
||||
field: "stockLocation",
|
||||
|
||||
Reference in New Issue
Block a user