gray-mueller / gray-mueller/online-ordering-and-delivery-system-using-python
Cloned Restaurant in Admin Panel Does Not Copy Minimum Order and Delivery Time Correctly
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
While cloning a restaurant in the Enatega admin panel, the "Minimum Order" and "Delivery Time" values are not being cloned correctly. There is a mismatch between the original restaurant and the cloned version.
To Reproduce
Steps to reproduce the behavior:
Go to the Enatega admin panel.
Select a restaurant with specific "Minimum Order" and "Delivery Time" values.
Click on "Clone Restaurant."
Open the cloned restaurant's details.
See that the "Minimum Order" and "Delivery Time" values differ from the original restaurant.
Expected behavior
The cloned restaurant should have the exact same "Minimum Order" and "Delivery Time" values as the original restaurant.
Additional context
This inconsistency could lead to operational issues, such as incorrect pricing or unrealistic delivery estimates shown to customers.
Contributor guide
Assessment
This issue has not been assessed yet.