From 76ad8a6343a11c6752e098cdc6ff56bfe57ff788 Mon Sep 17 00:00:00 2001 From: Jinbo Chi Date: Tue, 2 Dec 2025 18:31:23 +1300 Subject: [PATCH] SIM-25154 Update metabase jar with fix of the virsual card --- src/metabase/models/dashboard.clj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/metabase/models/dashboard.clj b/src/metabase/models/dashboard.clj index 1e05529ca01a..0084d575d749 100644 --- a/src/metabase/models/dashboard.clj +++ b/src/metabase/models/dashboard.clj @@ -43,7 +43,9 @@ [Collection :collection] [:= :collection.id :card.collection_id]] :where [:and [:= :dashcard.dashboard_id (u/the-id dashboard-or-id)] - [:= :card.simpro_removed false] + [:or + [:= :card.simpro_removed false] + [:= :card.simpro_removed nil]] ;handle virtual cards [:or [:= :card.archived false] [:= :card.archived nil]]] ; e.g. DashCards with no corresponding Card, e.g. text Cards