mirror of
https://github.com/logseq/logseq.git
synced 2026-06-02 11:21:22 +00:00
fix: reuse page uuids when parsing files
This commit also removes `with-id?` because it's too confusing. Fixes LOG-3143
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
- link to ns [[one]]
|
||||
- link to page one [[page ONE]]"}])
|
||||
|
||||
(is (= '("one/two/tree" "page one")
|
||||
(is (= '("one/two/tree" "tags" "page one")
|
||||
(map second (model/get-pages-relation test-helper/test-db true)))
|
||||
"(get-pages-relation) Must be only ns one/two/tree")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user