mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
chore: rename :property/* to :logseq.property/*
This commit is contained in:
@@ -303,7 +303,7 @@
|
||||
(subs v' 1)
|
||||
(or (page-ref/get-page-name v') v'))
|
||||
;; Convert number pages to string
|
||||
(and (double? v) (= :node (:property/type (db-utils/entity k))))
|
||||
(and (double? v) (= :node (:logseq.property/type (db-utils/entity k))))
|
||||
(str v)
|
||||
:else
|
||||
v')))
|
||||
|
||||
Reference in New Issue
Block a user