From 09c7cb679f452ea938dcd10dd4f0944b2be95de7 Mon Sep 17 00:00:00 2001 From: Lyndon Date: Wed, 17 Apr 2019 18:00:40 +0200 Subject: [PATCH] =?UTF-8?q?Gruppen,=20Hilfepl=C3=A4ne=20und=20Mitarbeiter?= =?UTF-8?q?=20werden=20bei=20=C3=A4nderung=20der=20Checkbox=20in=20der=20A?= =?UTF-8?q?uswahlliste=20der=20Gruppenbuchung=20hinzugef=C3=BCgt=20bzw.=20?= =?UTF-8?q?entnommen.=20Der=20Hinzuf=C3=BCgen-Button=20wurde=20entfernt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BeWoPlanerMobil/Scripts/gruppenbuchung.js | 4 ---- BeWoPlanerMobil/Views/Main/Main.cshtml | 8 +++----- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/BeWoPlanerMobil/Scripts/gruppenbuchung.js b/BeWoPlanerMobil/Scripts/gruppenbuchung.js index 9d2f5cb6c..10384c05e 100644 --- a/BeWoPlanerMobil/Scripts/gruppenbuchung.js +++ b/BeWoPlanerMobil/Scripts/gruppenbuchung.js @@ -107,8 +107,6 @@ function openGroupBookingTab(isSupportConceptTab) { } function addSupportConcepts() { - hideGroupBookingPopup(); - addSupportConceptsViaGet(); } @@ -164,8 +162,6 @@ function hideEmployeePopup() { } function addEmployees() { - hideEmployeePopup(); - addEmployeesViaGet(); } diff --git a/BeWoPlanerMobil/Views/Main/Main.cshtml b/BeWoPlanerMobil/Views/Main/Main.cshtml index 9fd289b9b..8c7565651 100644 --- a/BeWoPlanerMobil/Views/Main/Main.cshtml +++ b/BeWoPlanerMobil/Views/Main/Main.cshtml @@ -636,7 +636,7 @@ { - + @hp.Text @@ -651,7 +651,7 @@ { - + @gruppe.Text @@ -661,7 +661,6 @@ -
@@ -675,7 +674,7 @@ { - a.EmployeeOid == long.Parse(ma.Value))) { @Html.Raw("checked=\"checked\"") } /> + a.EmployeeOid == long.Parse(ma.Value))) { @Html.Raw("checked=\"checked\"") } /> @ma.Text @@ -686,7 +685,6 @@ } - @{