mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 10:56:32 +00:00
fix: queries with default values
and objects that are descendants of a tag with a default-value property. Fixes https://test.logseq.com/#/page/67551ea7-bd58-48bb-a0ea-8b976fa94423. Also extended sqlite.build to allow closed value properties to be configured with :build/properties
This commit is contained in:
@@ -179,7 +179,7 @@
|
||||
(into (mapv #(vector (keyword (str (name %) "-closed"))
|
||||
{:block/schema {:type %}
|
||||
:build/closed-values (closed-values-config (keyword (str (name %) "-closed")))})
|
||||
[:default :url :number #_:date]))
|
||||
[:default :url :number]))
|
||||
(into {}))}))
|
||||
|
||||
(def spec
|
||||
|
||||
Reference in New Issue
Block a user