-
Notifications
You must be signed in to change notification settings - Fork 394
fix: add punchout error page #20366
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
base: release/2211.41.x
Are you sure you want to change the base?
fix: add punchout error page #20366
Conversation
<div class="alert"> | ||
<span class="alert-icon"> | ||
<cx-icon | ||
class="cx-icon fas fa-exclamation-circle" |
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.
class="cx-icon fas fa-exclamation-circle" | |
[type]="ICON_TYPE.ERROR" |
|
||
@Component({ | ||
selector: 'cx-punchout-error', | ||
template: `<h2>Punchout Error</h2> | ||
<p>Please navigate back to Ariba</p> `, | ||
templateUrl: './punchout-error.component.html', | ||
standalone: false, | ||
}) | ||
export class PunchoutErrorComponent {} |
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.
@Component({ | |
selector: 'cx-punchout-error', | |
template: `<h2>Punchout Error</h2> | |
<p>Please navigate back to Ariba</p> `, | |
templateUrl: './punchout-error.component.html', | |
standalone: false, | |
}) | |
export class PunchoutErrorComponent {} | |
export class PunchoutErrorComponent { | |
ICON_TYPE = ICON_TYPE; | |
} |
@@ -8,8 +8,7 @@ import { Component } from '@angular/core'; | |||
|
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.
import { ICON_TYPE } from '@spartacus/storefront'; | |
Sorry, something went wrong.
All reactions
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.
thx!
Sorry, something went wrong.
All reactions
Are we able to add pages like this as CMS-paragraph (I mean mainly the icon)? If yes, it's worth considering making it with sampledata only |
All reactions
Sorry, something went wrong.
spartacus
|
Project |
spartacus
|
Branch Review |
fix/CXSPA-10229
|
Run status |
|
Run duration | 05m 10s |
Commit |
|
Committer | Florent Letendre |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
3
|
|
2
|
|
0
|
|
236
|
View all changes introduced in this branch ↗︎ |
All reactions
Sorry, something went wrong.
@@ -9,40 +9,41 @@ import { NgModule } from '@angular/core'; | |||
import { ReactiveFormsModule } from '@angular/forms'; | |||
import { CartSharedModule } from '@spartacus/cart/base/components'; | |||
import { CmsConfig, I18nModule, provideDefaultConfig } from '@spartacus/core'; | |||
import { IconModule } from '@spartacus/storefront'; |
There was a problem hidi 8000 ng this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still needed as punchout error paragrap cpnt contains cx-icon
Sorry, something went wrong.
All reactions
17a74db
to
7a25d94
Compare
Pucek9
At least 1 approving review is required to merge this pull request.
Successfully merging this pull request may close these issues.
No description provided.