- Issue created by @hudri
- Status changed to Needs review
about 1 year ago 8:31am 10 October 2023 - Status changed to Fixed
12 months ago 3:41am 29 December 2023 Automatically closed - issue fixed for 2 weeks with no activity.
In Drupal all anonymous users share the same user ID 0. BookableCalendarOpeningInstance has a public API for bookings by users, which treats all anonymous users as the same single user. E.g. an anonymous user might get the .booked-by-me
CSS class on a booking button, which can not be known for an anon user.
Exclude user ID 0 from all ...byCurrentUser() APIs.
Fixed
2.2
Code
Automatically closed - issue fixed for 2 weeks with no activity.