Skip to content

Commit

Permalink
bugfix(contract and consent): Fixed consent check removal issue on sa…
Browse files Browse the repository at this point in the history
…ve in app release process and service release process (#361)
  • Loading branch information
lavanya-bmw authored Nov 17, 2023
1 parent 8930401 commit cd5630b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
## 1.7.0-RC4

- App release process

- Fixed error message deletion upon deleting of csv file in technical integration
- Fixed consent check removal issue on save

- Service release process
- Fixed consent check removal issue on save

## 1.7.0-RC3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ export default function CommonContractAndConsent({
type === ReleaseProcessTypes.SERVICE_RELEASE &&
dispatch(serviceReleaseStepIncrement())
}
setAgreementData([])
})
.catch(() => {
setContractNotification(true)
Expand Down

0 comments on commit cd5630b

Please sign in to comment.