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 --- _Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Response_OnCreated.def | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Response_OnCreated.def b/_Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Response_OnCreated.def index 04b4ca1..0d64dac 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Response_OnCreated.def +++ b/_Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Response_OnCreated.def @@ -11,6 +11,16 @@ [* this.InitializeSubscribers(); + + columns := construct( LibCal_SubscriberEventColumns ); + rows := construct( LibCal_SubscriberEventRows ); + + traverse( dhCalendar.Data(), LibCal_SubscriberEventTable, table, table.ID() = RadioButtonGroupUseForPlanning.BoundValue() ){ + columns := selectset( table, LibCal_SubscriberEventColumn, column, true ); + rows := selectset( table, LibCal_SubscriberEventRow, row, true ); + } + dhColumns.Data( &columns ); + dhRows.Data( &rows ); *] GroupServerCalls: false } -- Gitblit v1.9.3