From f2580c8e284e19705ca5b3b8b208779020b38220 Mon Sep 17 00:00:00 2001 From: MahanCh Date: Tue, 1 Jul 2025 16:09:37 +0330 Subject: [PATCH] Fix take image bug --- .../RollCall/_Partials/WorkshopSettingWithTakeImage.cshtml | 2 +- .../wwwroot/AssetsClient/pages/RollCall/js/ModalTakeImages.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ServiceHost/Areas/Client/Pages/Company/RollCall/_Partials/WorkshopSettingWithTakeImage.cshtml b/ServiceHost/Areas/Client/Pages/Company/RollCall/_Partials/WorkshopSettingWithTakeImage.cshtml index 22839dfb..8357a3f8 100644 --- a/ServiceHost/Areas/Client/Pages/Company/RollCall/_Partials/WorkshopSettingWithTakeImage.cshtml +++ b/ServiceHost/Areas/Client/Pages/Company/RollCall/_Partials/WorkshopSettingWithTakeImage.cshtml @@ -313,7 +313,7 @@
- + diff --git a/ServiceHost/wwwroot/AssetsClient/pages/RollCall/js/ModalTakeImages.js b/ServiceHost/wwwroot/AssetsClient/pages/RollCall/js/ModalTakeImages.js index 358945c2..70dfdd9e 100644 --- a/ServiceHost/wwwroot/AssetsClient/pages/RollCall/js/ModalTakeImages.js +++ b/ServiceHost/wwwroot/AssetsClient/pages/RollCall/js/ModalTakeImages.js @@ -492,7 +492,7 @@ async function set() { command.push({ name: 'Command.WeeklyOffDays', value: checkedValues }); command.forEach(item => { dataGroupSettings[item.name] = item.value; }); - + debugger; if (pic1 != null && pic2 != null) {