Skip to content

Commit

Permalink
fix(sdk): fix order template title (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyaoPCCW authored Nov 15, 2024
1 parent 39a6bc2 commit 6e1e771
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
targetLocation: "BODY"
requiredMapping: false
- name: mapper.order.eline.read.delete.productOrderItem.expectedCompleteDate
title: "order item complete date"
title: "order item expected complete date"
description: ""
source: ""
sourceLocation: "BODY"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
targetLocation: "BODY"
requiredMapping: false
- name: mapper.order.eline.read.productOrderItem.expectedCompleteDate
title: "order item complete date"
title: "order item expected complete date"
description: ""
source: ""
sourceLocation: "BODY"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
targetLocation: "BODY"
requiredMapping: false
- name: mapper.order.uni.read.delete.productOrderItem.expectedCompleteDate
title: "order item complete date"
title: "order item expected complete date"
description: ""
source: ""
sourceLocation: "BODY"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
targetLocation: "BODY"
requiredMapping: false
- name: mapper.order.uni.read.productOrderItem.expectedCompleteDate
title: "order item complete date"
title: "order item expected complete date"
description: ""
source: ""
sourceLocation: "BODY"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ spec:
- classpath:/mef-sonata/template-upgrade/release.1.5.11.yaml
- classpath:/mef-sonata/template-upgrade/release.1.5.12.yaml
- classpath:/mef-sonata/template-upgrade/release.1.5.13.yaml
- classpath:/mef-sonata/template-upgrade/release.1.5.14.yaml


templateUpgradePaths:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
kind: kraken.product.template-upgrade
apiVersion: v1
metadata:
key: kraken.product.template-upgrade.1.5.14
name: V1.5.14
labels:
productSpec: grace
productVersion: V1.5.14
publishDate: 2024-11-15 13:11
description: |
fix expectedCompletionDate title
version: 2

0 comments on commit 6e1e771

Please sign in to comment.