-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Max weeks to 48 is not enforced #472
Comments
I can confirm it's ~18 weeks ahead. As of now we can book up to May 23th. |
The bug(regression) is actually here: Appointments/lib/Backend/BCSabreImpl.php Lines 301 to 304 in a13534f
In External Mode there is a limit of 128 appointments per request, this limit was not adjusted when 32,40,48 weeks visibilities were added.
This will be fixed in v2, as it will have a different API for fetching available appointments. Thank you for the report. |
Thanks for the detailed answer :). Meanwhile, would a patch that manually raises the limit to something higher (512 ?) in the code do the job ? |
Fixed in v2.1.12 |
Steps to reproduce :
What is expected ?
As of now (10/1/2024) I should be able to book for slots up to next december 2024
What happens ?
I can only go as far as may 2024 (~18 weeks)
Context
The text was updated successfully, but these errors were encountered: