mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 23:25:05 +00:00
fix: adding class properties can result
in clobbered db idents. Also rename fn to make its purpose explicit
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
(name key)
|
||||
key)]
|
||||
(if (sqlite-util/db-based-graph? repo)
|
||||
(when-let [property (d/entity db (db-property/user-property-ident-from-name property-name))]
|
||||
(when-let [property (d/entity db (db-property/create-user-property-ident-from-name property-name))]
|
||||
(get coll (:block/uuid property)))
|
||||
(get coll key))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user