Skip to content

Commit

Permalink
refactor: add migration node
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisie96 committed Oct 19, 2023
1 parent d2abbff commit 2077971
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/guides/migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ kb_sync_latest_only

We renamed the input parameter 'id' to 'productListingId' for the product listing component to avoid unintentionally having more than one element with the same id in the HTML document.

A new way to activate an identity provider on a specific route is introduced (see #1484).
The property `activeOnPath` is added as an additional configuration for the `IDENTITY_PROVIDER_IMPLEMENTOR` [injection token](../../src/app/extensions/punchout/identity-provider/punchout-identity-provider.module.ts).
The punchout identity provider is now configured per default, that the `PunchoutIdentityProvider` is activated, when the PWA is initially rendered with the `/punchout` path.
Please remove the `activeOnPath` property to use the old behavior.

## From 4.1 to 4.2

The basket attribute 'orderReferenceId' is now saved as native attribute 'externalOrderReference' at the basket, but it still exists at the basket and can be displayed further on if needed.
Expand Down

0 comments on commit 2077971

Please sign in to comment.