From 06e92b271c2b54a7123c23989d5acc6c1747ce91 Mon Sep 17 00:00:00 2001 From: Shawn Jackson Date: Thu, 25 Jul 2024 22:44:19 -0700 Subject: [PATCH] CU-86895x5cu fixing call notes --- Web/Resgrid.WebCore/Areas/User/Views/Dispatch/NewCall.cshtml | 4 ++-- .../js/app/internal/dispatch/resgrid.dispatch.newcall.js | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Web/Resgrid.WebCore/Areas/User/Views/Dispatch/NewCall.cshtml b/Web/Resgrid.WebCore/Areas/User/Views/Dispatch/NewCall.cshtml index 4b04beee..5e365426 100644 --- a/Web/Resgrid.WebCore/Areas/User/Views/Dispatch/NewCall.cshtml +++ b/Web/Resgrid.WebCore/Areas/User/Views/Dispatch/NewCall.cshtml @@ -76,11 +76,11 @@
-
@Html.DropDownListFor(m => m.CallPriority, Model.CallPriorities, new { @style = "width: 120px;", tabindex = "2" })
+
@Html.DropDownListFor(m => m.CallPriority, Model.CallPriorities, new { @style = "width: 200px;", tabindex = "2" })
-
@Html.DropDownListFor(m => m.Call.Type, Model.CallTypes, new { @style = "width: 120px;", tabindex = "3" })
+
@Html.DropDownListFor(m => m.Call.Type, Model.CallTypes, new { @style = "width: 200px;", tabindex = "3" })
diff --git a/Web/Resgrid.WebCore/wwwroot/js/app/internal/dispatch/resgrid.dispatch.newcall.js b/Web/Resgrid.WebCore/wwwroot/js/app/internal/dispatch/resgrid.dispatch.newcall.js index fcd96826..adb5b7c7 100644 --- a/Web/Resgrid.WebCore/wwwroot/js/app/internal/dispatch/resgrid.dispatch.newcall.js +++ b/Web/Resgrid.WebCore/wwwroot/js/app/internal/dispatch/resgrid.dispatch.newcall.js @@ -410,6 +410,8 @@ var resgrid; if (data.CallNature && data.CallNature.length > 0) { $('#Call_NatureOfCall').val(data.CallNature); + quillNote2.setText(data.CallNature); + } if (data.CallType && data.CallType.length > 0) {