Skip to content
Snippets Groups Projects
Unverified Commit 183bc662 authored by Alexander Solovyov's avatar Alexander Solovyov Committed by GitHub
Browse files

we had unlimited xrays since 2018 and it is time to end this madness (#45909)

parent 3bf053c4
No related branches found
No related tags found
No related merge requests found
......@@ -560,7 +560,7 @@
:cards dashcards)))
(def ^:private ^:const ^Long max-related 8)
(def ^:private ^:const ^Long max-cards 15)
(def ^:private ^:const ^Long max-cards 30)
(defn ->related-entity
"Turn `entity` into an entry in `:related.`"
......@@ -876,8 +876,7 @@
:dashboard-templates-prefix ["table"]})
opts)]
(automagic-dashboard root'))
(let [opts (assoc opts :show :all)
root' (merge root
(let [root' (merge root
(when cell-query
{:url cell-url})
opts)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment