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:
Tienson Qin
2024-06-15 22:52:30 +08:00
parent 4281274512
commit b294896f8a
16 changed files with 143 additions and 139 deletions

View File

@@ -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")