mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 10:56:32 +00:00
fix: multiple bugs with built-in pages, fixes LOG-3046
- file graph wasn't creating built in pages - 3 places where db graphs were incorrectly using file graph built in page names - file graphs creating default pages with incorrect format
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
[frontend.db.transact :as db-transact]
|
||||
[frontend.db.utils]
|
||||
[frontend.namespaces :refer [import-vars]]
|
||||
[logseq.db.frontend.default :as default-db]
|
||||
[logseq.db :as ldb]))
|
||||
|
||||
(import-vars
|
||||
@@ -53,9 +52,7 @@
|
||||
custom-query]
|
||||
|
||||
[frontend.db.query-react
|
||||
react-query custom-query-result-transform]
|
||||
|
||||
[logseq.db.frontend.default built-in-pages-names built-in-pages page-title->block])
|
||||
react-query custom-query-result-transform])
|
||||
|
||||
(defn start-db-conn!
|
||||
([repo]
|
||||
|
||||
Reference in New Issue
Block a user