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_LibCal_dlgEvent/Component_pnlEventType.def | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgEvent/Component_pnlEventType.def b/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgEvent/Component_pnlEventType.def index 2716134..6568406 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgEvent/Component_pnlEventType.def +++ b/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgEvent/Component_pnlEventType.def @@ -40,7 +40,6 @@ Properties: [ DataType: 'structured[LibCal_EventType]' - FixedFilter: 'object.IsLeaf()' Source: 'dhEventTypes' Taborder: 0 Transformation: 'Elements' @@ -49,6 +48,7 @@ ] Properties: [ + AllowEmpty: true Description: 'dhEvent.Data.EventType' DisplayField: 'Name' NumberOfColumns: 15 @@ -61,5 +61,6 @@ [ Orientation: 'horizontal' Taborder: 4 + Visible: false ] } -- Gitblit v1.9.3