-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(web): use product ID instead of generated slug (#1873)
The product selection page was using a dynamically generated slug based on the product name. Since each product already has a unique ID, it is more reliable and efficient to use it instead of generating a new one.
- Loading branch information
Showing
2 changed files
with
10 additions
and
6 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,8 +1,14 @@ | ||
------------------------------------------------------------------- | ||
Wed Jan 8 15:16:51 UTC 2025 - David Diaz <[email protected]> | ||
|
||
- Use product ID instead of slug to link labels and descriptions to | ||
their corresponding radio inputs (gh#agama-project/agama#1873). | ||
|
||
------------------------------------------------------------------- | ||
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). | ||
a product is already selected (gh#agama-project/agama#1871). | ||
|
||
------------------------------------------------------------------- | ||
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