From d05336a8c9f4aefa7f8230093700f508b2bc95cf Mon Sep 17 00:00:00 2001
From: rislai <risheng.lai@capgemini.com>
Date: 星期一, 10 六月 2024 23:27:59 +0800
Subject: [PATCH] 添加批量设置shift pattern功能

---
 _Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Method_CreateUpdateEventAndParticipation.def |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Method_CreateUpdateEventAndParticipation.def b/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Method_CreateUpdateEventAndParticipation.def
index 0587aa7..0a7dd6c 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Method_CreateUpdateEventAndParticipation.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Method_CreateUpdateEventAndParticipation.def
@@ -13,7 +13,7 @@
     // Event and LeadingParticipation
     subject        := edtName.Text();
     description    := edtDescription.Text();
-    eventTypeList  := edtEventType.Text();
+    eventTypeList  := ddlEventType.Data();
     category       := sEvent.EventCategory(); 
     isDefault      := ckbApplyToNewResources.Checked();
     startDate      := dsStartDate.Date();

--
Gitblit v1.9.3