From 106defc3af9187a3102791a6644b3aa57e3fd200 Mon Sep 17 00:00:00 2001 From: poignatov Date: Thu, 5 Feb 2026 11:57:10 +0300 Subject: [PATCH] =?UTF-8?q?4.20.1:=20=D0=94=D0=B5=D1=82=D0=B0=D0=BB=D0=B8?= =?UTF-8?q?=D0=B7=D0=B0=D1=86=D0=B8=D1=8F=20=D0=B7=D0=B0=D0=B4=D0=B0=D1=87?= =?UTF-8?q?=D0=B8=20=D0=B8=D0=B7=20=D0=B6=D0=B5=D0=BB=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- play-life-web/package.json | 2 +- play-life-web/src/components/WishlistDetail.jsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index bafdf70..2c9b9c3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.20.0 +4.20.1 diff --git a/play-life-web/package.json b/play-life-web/package.json index cdf2a75..2582cec 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "4.20.0", + "version": "4.20.1", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/WishlistDetail.jsx b/play-life-web/src/components/WishlistDetail.jsx index 214c4b3..0d06e98 100644 --- a/play-life-web/src/components/WishlistDetail.jsx +++ b/play-life-web/src/components/WishlistDetail.jsx @@ -153,7 +153,7 @@ function WishlistDetail({ wishlistId, onNavigate, onRefresh, boardId, onClose, p const handleTaskItemClick = () => { if (wishlistItem?.linked_task) { - onNavigate?.('task-form', { taskId: wishlistItem.linked_task.id }) + setSelectedTaskForDetail(wishlistItem.linked_task.id) } }