Actions
Bug #1410
openHome/Booking/services pages – select the Bouncers – the user fills in all the valid details -- Number of Bouncers Required field accepts 0 and allows booking without validation issue:
Start date:
09/30/2025
Due date:
% Done:
0%
Estimated time:
Device/Browser/API:
Web Portal
Environment:
Production
Current Behaviour:
The system accepts 0 as a valid input. No validation message is displayed for the Number of Bouncers Required field.
- Booking is successfully accepted even though the required number of bouncers is 0.
Expected Behaviour:
Instead, the field Number of Bouncers Required should not accept 0 or negative values.
- A validation message, such as “Please enter at least 1 bouncer,” should be displayed. Booking should not proceed until a valid number (≥1) is entered.
Root Cause:
Funcational Gap
Root Cause Detail:
The system accepts 0 as a valid input. No validation message is displayed for the Number of Bouncers Required field.
* Booking is successfully accepted even though the required number of bouncers is 0.
* Instead, the field Number of Bouncers Required should not accept 0 or negative values.
* A validation message, such as “Please enter at least 1 bouncer,” should be displayed. Booking should not proceed until a valid number (≥1) is entered.
Description
- The system accepts 0 as a valid input. No validation message is displayed for the Number of Bouncers Required field.
- Booking is successfully accepted even though the required number of bouncers is 0.
- Instead, the field Number of Bouncers Required should not accept 0 or negative values.
- A validation message, such as “Please enter at least 1 bouncer,” should be displayed. Booking should not proceed until a valid number (≥1) is entered.
Files
Actions