-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(web): restore cancel behavior at product selection page (#1871)
## Problem The `Cancel` action at product selection page should be only rendered if there is a product already selected. By mistake, such a behavior was drop in #1769, when sticking actions to the bottom of the page. ## Solution Restore the conditional rendering for the mentioned action and add a unit test to be aware if come change breaks it again. ## Testing - Added a new unit test - Tested manually
- Loading branch information
Showing
3 changed files
with
53 additions
and
21 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
------------------------------------------------------------------- | ||
Wed Jan 8 13:12:44 UTC 2025 - David Diaz <[email protected]> | ||
|
||
- Show the cancel action at product selection page only when | ||
a product is already selected (gh#agama-project/agama#1881). | ||
|
||
------------------------------------------------------------------- | ||
Fri Dec 20 12:53:41 UTC 2024 - David Diaz <[email protected]> | ||
|
||
|
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
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