-
Notifications
You must be signed in to change notification settings - Fork 387
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
fix: (CXSPA-8200) - Place 'Delete' button before 'Cancel' button in Card Component #19463
base: develop
Are you sure you want to change the base?
Conversation
spartacus Run #45616
Run Properties:
|
Project |
spartacus
|
Branch Review |
feature/CXSPA-8200
|
Run status |
Passed #45616
|
Run duration | 11m 44s |
Commit |
9009046f58 ℹ️: Merge c91628d5f4a9d44aab11e2bcf502d17d3cd183a1 into 79c60bf8a908d0b40c190bdbfb97...
|
Committer | petarmarkov9449 |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
3
|
Pending |
2
|
Skipped |
0
|
Passing |
125
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
> | ||
{{ 'common.cancel' | cxTranslate }} | ||
</button> | ||
<div *ngIf="editMode"> |
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.
I could be wrong here looking at the diff. But it looks like you have removed class="row cx-card-body-delete"
from the div
with *ngIf="editMode"
and placed it on the nested div
. This would be a breaking change. Could you please verify this?
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.
I've updated it.
Ticket: CXSPA-8200
Change order of 'Delete' button and 'Cancel' button in Card Component.
Place 'Delete' button before 'Cancel' button.