From 3a727ca46666dd4235b86768959dbaba6be75ed6 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Sun, 4 Jan 2026 09:48:25 +0100 Subject: [PATCH] 04.01.26 --- src/App.jsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index 21e4796e..710487b4 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -157,12 +157,20 @@ const kpis = [ trend: "-3% this month", trendValue: -3, icon: Gauge, + // action: () => openInTryton( + // "open.position.report", + // undefined, + // ["tree"], + // '[["id", ">", 0]]', + // "exec_window", + // context + // ) action: () => openInTryton( "open.position.report", undefined, ["tree"], '[["id", ">", 0]]', - "exec_window", + "open_tab", context ) },