From 6fa6f627b1706561e0d11b44be45dbc35bba5d41 Mon Sep 17 00:00:00 2001 From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com> Date: 星期三, 29 五月 2024 19:44:12 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev --- _Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Component_PanelCalendarUnavailableEvent.def | 35 +++++++++++++++++++++++++++++++++++ 1 files changed, 35 insertions(+), 0 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Component_PanelCalendarUnavailableEvent.def b/_Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Component_PanelCalendarUnavailableEvent.def index bf94026..907d686 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Component_PanelCalendarUnavailableEvent.def +++ b/_Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Component_PanelCalendarUnavailableEvent.def @@ -7,6 +7,41 @@ [ #child: PanelCalendarSearchList #child: PanelCalendarUnavailableEventSearchList + Component dhCalendar + { + #keys: '[415136.0.701850574]' + BaseType: 'WebDataHolder' + Databinding: 'LibCal_Calendar' + Children: + [ + Component deCalendar + { + #keys: '[415136.0.701850618]' + BaseType: 'WebDataExtractor' + Properties: + [ + DataType: 'LibCal_CalendarRegistry' + Source: 'LibCal_GlobalState.dhGlobalCalendarRegistry' + Taborder: 0 + Transformation: 'CommonCalendar' + ] + } + ] + Properties: + [ + Taborder: 0 + ] + } + Component dhCategory + { + #keys: '[415136.0.701811642]' + BaseType: 'WebDataHolder' + Databinding: 'LibCal_EventCategory' + Properties: + [ + Taborder: 1 + ] + } ] Properties: [ -- Gitblit v1.9.3