From ac3115a5a199da02fe8cdfe82f855876b47ed621 Mon Sep 17 00:00:00 2001 From: poduck Date: Sun, 21 Dec 2025 17:11:00 -0500 Subject: [PATCH] Fix missing CanReadBookings import in public API views MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- smoothschedule/smoothschedule/platform/api/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/smoothschedule/smoothschedule/platform/api/views.py b/smoothschedule/smoothschedule/platform/api/views.py index 0da1d0e4..36bdb6a9 100644 --- a/smoothschedule/smoothschedule/platform/api/views.py +++ b/smoothschedule/smoothschedule/platform/api/views.py @@ -34,6 +34,7 @@ from .permissions import ( CanReadServices, CanReadResources, CanReadAvailability, + CanReadBookings, BookingsReadWritePermission, CustomersReadWritePermission, CanManageWebhooks,