fix: able to convert an existing page to a property (#11940)

* enhance: use page as property

* fix: ensures block/uuid doesn't change after converting to property
This commit is contained in:
Tienson Qin
2025-06-14 13:17:33 +08:00
committed by GitHub
parent 3b26b3fbbd
commit 88216d2992
8 changed files with 103 additions and 78 deletions

View File

@@ -9,8 +9,8 @@
[logseq.common.graph :as common-graph]
[logseq.common.util.date-time :as date-time-util]
[logseq.db :as ldb]
[logseq.db.frontend.content :as db-content]
[logseq.db.common.entity-plus :as entity-plus]
[logseq.db.frontend.content :as db-content]
[logseq.db.frontend.malli-schema :as db-malli-schema]
[logseq.db.frontend.rules :as rules]
[logseq.db.frontend.validate :as db-validate]