From 23f7cd51d607dead573dfa5b251d402d502111a2 Mon Sep 17 00:00:00 2001 From: lihongji <3117313295@qq.com> Date: 星期五, 26 七月 2024 16:44:14 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev --- 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