enhance: frontend consistently uses :db/ident

for fetching built-in properties instead of :block/name
This commit is contained in:
Gabriel Horner
2024-03-27 20:35:11 -04:00
parent eecb510ccb
commit 9c5309da47
29 changed files with 101 additions and 96 deletions

View File

@@ -107,7 +107,7 @@
(not journal?)
(remove :block/journal?)
(not excluded-pages?)
(remove (fn [p] (true? (pu/get-block-property-value p :exclude-from-graph-view)))))
(remove (fn [p] (true? (pu/get-block-property-value p :logseq.property/exclude-from-graph-view)))))
links (concat (seq relation)
(seq tagged-pages)
(seq namespaces))