You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when there are no tables left for a minimum of diners, the time selector remains blank and the alert message is "Date must be after today, you can only make future reservations!" and it should be "We are fully booked for the selected date and time, please select a different date or time."
What did you expect to happen?
first go through the available table validations and then available hours
Version
3.5.x
What browser are you seeing the problem on?
Chrome
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Hello, I think I have found a temporary or definitive solution, I don't know, I have done the following in the file components/booking/imput_tim_blade.php I have deleted line 7, so it lets me choose the time and when the search table button is pressed the message that it is full for the indicated time appears
`<select
name="time"
id="time"
class="form-select"
What happened?
when there are no tables left for a minimum of diners, the time selector remains blank and the alert message is "Date must be after today, you can only make future reservations!" and it should be "We are fully booked for the selected date and time, please select a different date or time."
What did you expect to happen?
first go through the available table validations and then available hours
Version
3.5.x
What browser are you seeing the problem on?
Chrome
Relevant log output
No response
The text was updated successfully, but these errors were encountered: