Bug 781

Summary: The Hairdresser create a new service but not found in the service list
Product: CS3343 Salon Booking System Reporter: Ng Ming Chak <mingcng8-c>
Component: hairdresser.service.CreateAssignee: Samuel <samuelip4-c>
Status: RESOLVED FIXED    
Severity: enhancement CC: mingcng8-c
Priority: ---    
Version: 2.0   
Hardware: PC   
OS: Mac OS   

Description Ng Ming Chak 2023-11-17 12:34:05 HKT
Description:
Hairdresser create service: When the hairdresser create a service successfully, it does not exist in the list.

Step to Reproduce:
1. Hairdresser login
2. Select “My Services”
3. Select “Add”
4. Enter all the field.
5. Press the submit button.
6. Return to the my service list, it does not show the service that just created.


Actual Result:
The service list will does not show the service that just created by the hairdresser.

Expected Result:
The service list will show all the service that created by the hairdresser.
Comment 1 Ng Ming Chak 2023-11-17 12:39:47 HKT
The bug was caused by the SQL statement, the column status value had not send to the function, so the service create failed.

Already fixed the problem by adding back the status value to the insert sql.