Skip to content
Snippets Groups Projects
Commit d34b4a8e authored by Simon Belak's avatar Simon Belak
Browse files

Update filter blurb in description when saving

parent 784e1115
Branches
Tags
No related merge requests found
......@@ -254,8 +254,8 @@
[applied-filters]
(some->> applied-filters
not-empty
(map (fn [{:keys [field op value]}]
(format "%s %s %s" (str/join " " field) op value)))
(map (fn [{:keys [field value]}]
(format "%s %s" (str/join " " field) value)))
(str/join "\n")
(str "Filtered by:\n")))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment