From 222880479dcfdac054303fe3d939616ce3a071c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B6=8C=ED=98=81=EC=84=B1?= Date: Fri, 23 Jan 2026 13:11:52 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=8B=A0=EA=B7=9C=20=EA=B1=B0=EB=9E=98?= =?UTF-8?q?=EC=B2=98=20=EC=95=8C=EB=A6=BC=20=ED=81=B4=EB=A6=AD=20=EC=8B=9C?= =?UTF-8?q?=20=EC=8B=A0=EC=9A=A9=ED=8F=89=EA=B0=80=20=EB=AA=A8=EB=8B=AC=20?= =?UTF-8?q?=EC=9E=90=EB=8F=99=20=EC=98=A4=ED=94=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - TodayIssueObserverService에서 신규 거래처 알림 경로에 ?openModal=credit 파라미터 추가 - 알림 클릭 시 거래처 상세 페이지로 이동하면서 신용분석 모달 자동 오픈 Co-Authored-By: Claude --- app/Services/TodayIssueObserverService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/TodayIssueObserverService.php b/app/Services/TodayIssueObserverService.php index 28a0ca5..73081c8 100644 --- a/app/Services/TodayIssueObserverService.php +++ b/app/Services/TodayIssueObserverService.php @@ -249,7 +249,7 @@ public function handleClientCreated(Client $client): void content: __('message.today_issue.new_client', [ 'name' => $client->name, ]), - path: "/accounting/vendors/{$client->id}", + path: "/accounting/vendors/{$client->id}?openModal=credit", needsApproval: false, expiresAt: Carbon::now()->addDays(7) );