From bd12cc49b5fd9a9a6f18ce90d204cec2176996f4 Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期四, 25 七月 2024 16:48:42 +0800 Subject: [PATCH] 批量不可用事件新建bug --- Calendars/BL/Type_LibCal_Event/Method_UpdateRecurrencePattern.qbl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Calendars/BL/Type_LibCal_Event/Method_UpdateRecurrencePattern.qbl b/Calendars/BL/Type_LibCal_Event/Method_UpdateRecurrencePattern.qbl index d6a1681..b7ff364 100644 --- a/Calendars/BL/Type_LibCal_Event/Method_UpdateRecurrencePattern.qbl +++ b/Calendars/BL/Type_LibCal_Event/Method_UpdateRecurrencePattern.qbl @@ -74,5 +74,5 @@ // Directly update the relation from the Participations to the RecurrencePattern. Transaction::Transaction().Propagate( relation( LibCal_Participation, RecurrencePattern ) ); *] - InterfaceProperties { Accessibility: 'Module' } + InterfaceProperties { Accessibility: 'Extensible' } } -- Gitblit v1.9.3