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
We are testing the latest release and I ran in to an issue.
We typically allow unauthenticated users to browse the schedule with full reservation details so we can display Resource Calendar on a tv.
On the latest release, unauthenticated users are not able to see full reservation details. They only see the booked times, but no title, owner or desc. I attached a screenshot as example.
If I highlight one of the bookings, it does tell me which room is booked... but I also receive a red message:
Can't see reservation details because you don't have permissions to any of the resources in this reservation
Hello,
We are testing the latest release and I ran in to an issue.
We typically allow unauthenticated users to browse the schedule with full reservation details so we can display Resource Calendar on a tv.
On the latest release, unauthenticated users are not able to see full reservation details. They only see the booked times, but no title, owner or desc. I attached a screenshot as example.
If I highlight one of the bookings, it does tell me which room is booked... but I also receive a red message:
Can't see reservation details because you don't have permissions to any of the resources in this reservation
my config.php
$conf['settings']['privacy']['view.schedules'] = 'true';
$conf['settings']['privacy']['view.reservations'] = 'true';
$conf['settings']['privacy']['hide.user.details'] = 'true';
$conf['settings']['privacy']['hide.reservation.details'] = 'false';
$conf['settings']['privacy']['allow.guest.reservations'] = 'false';
Wondering if i've missed something?
Thank you,
The text was updated successfully, but these errors were encountered: