-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Support for CXML self service configuration #1683
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shauke
force-pushed
the
feature/cxml_configuration
branch
from
June 21, 2024 15:32
aa5b3e8
to
0b74728
Compare
suschneider
force-pushed
the
feature/cxml_configuration
branch
6 times, most recently
from
July 9, 2024 13:31
4814916
to
c437f83
Compare
suschneider
force-pushed
the
feature/cxml_configuration
branch
from
July 12, 2024 14:28
3f611ca
to
8cb50c6
Compare
suschneider
force-pushed
the
feature/cxml_configuration
branch
from
July 23, 2024 09:45
28932e1
to
5b24d98
Compare
suschneider
force-pushed
the
feature/cxml_configuration
branch
2 times, most recently
from
August 2, 2024 12:25
09cdf7d
to
a54f6e5
Compare
suschneider
force-pushed
the
feature/cxml_configuration
branch
from
August 5, 2024 07:46
660dee9
to
37892ee
Compare
mglatter
reviewed
Aug 5, 2024
mglatter
reviewed
Aug 5, 2024
mglatter
reviewed
Aug 5, 2024
marschmidt89
previously approved these changes
Aug 5, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
feat: added suggestions
mglatter
reviewed
Aug 5, 2024
SGrueber
requested changes
Aug 7, 2024
...t-punchout-cxml-configuration/cxml-configuration-form/cxml-configuration-form.component.html
Show resolved
Hide resolved
...unt-punchout-cxml-configuration/cxml-configuration-form/cxml-configuration-form.component.ts
Outdated
Show resolved
Hide resolved
src/app/extensions/punchout/models/cxml-configuration/cxml-configuration.interface.ts
Show resolved
Hide resolved
src/app/extensions/punchout/models/cxml-configuration/cxml-configuration.interface.ts
Outdated
Show resolved
Hide resolved
...count-punchout-cxml-configuration/account-punchout-cxml-configuration-page.component.spec.ts
Show resolved
Hide resolved
...unchout-cxml-configuration/formly/cxml-help-text-wrapper/cxml-help-text-wrapper.component.ts
Show resolved
Hide resolved
...ut-cxml-configuration/formly/cxml-help-text-wrapper/cxml-help-text-wrapper.component.spec.ts
Show resolved
Hide resolved
src/app/extensions/punchout/services/punchout/punchout.service.ts
Outdated
Show resolved
Hide resolved
src/app/extensions/punchout/services/punchout/punchout.service.ts
Outdated
Show resolved
Hide resolved
src/app/extensions/punchout/services/punchout/punchout.service.ts
Outdated
Show resolved
Hide resolved
suschneider
force-pushed
the
feature/cxml_configuration
branch
from
August 9, 2024 07:39
3ae2c92
to
3cc5997
Compare
SGrueber
requested changes
Aug 9, 2024
src/app/extensions/punchout/services/punchout/punchout.service.ts
Outdated
Show resolved
Hide resolved
src/app/extensions/punchout/services/punchout/punchout.service.ts
Outdated
Show resolved
Hide resolved
src/app/extensions/punchout/services/punchout/punchout.service.ts
Outdated
Show resolved
Hide resolved
suschneider
force-pushed
the
feature/cxml_configuration
branch
3 times, most recently
from
August 12, 2024 14:59
68552bc
to
8cb8bbd
Compare
suschneider
force-pushed
the
feature/cxml_configuration
branch
2 times, most recently
from
August 14, 2024 14:18
9bf8ceb
to
58224ca
Compare
shauke
force-pushed
the
feature/cxml_configuration
branch
from
August 19, 2024 20:33
b57f8b7
to
0224970
Compare
shauke
added a commit
that referenced
this pull request
Aug 20, 2024
Co-authored-by: Stefan Hauke <[email protected]> Co-authored-by: Silke <[email protected]>
shauke
force-pushed
the
feature/cxml_configuration
branch
from
August 20, 2024 09:28
0224970
to
5c7f1d6
Compare
…unchout type context information Co-authored-by: Susanne Schneider <[email protected]>
Co-authored-by: Stefan Hauke <[email protected]> Co-authored-by: Silke <[email protected]>
shauke
force-pushed
the
feature/cxml_configuration
branch
from
August 20, 2024 09:49
5c7f1d6
to
da76983
Compare
shauke
approved these changes
Aug 20, 2024
mglatter
approved these changes
Aug 20, 2024
shauke
added a commit
that referenced
this pull request
Aug 20, 2024
Co-authored-by: Stefan Hauke <[email protected]> Co-authored-by: Silke <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Type
[x] Feature
What Is the Current Behavior?
It is not possible to configure specific configurations for CXML Punchout users in the PWA.
What Is the New Behavior?
User specific configurations for CXML Punchout are possible in the MyAccount area of the PWA.
Does this PR Introduce a Breaking Change?
[x] No
Other Information
new punchout REST API available with ICM12.2
IAD: https://www.figma.com/design/DnogQvuEuB0fbqs7uG264R/CXML-self-service-configuration-in-MyAccount?node-id=0-1&t=yaKr7p89rS9FLcBm-0
AB#95963
AB#97411