mirror of
https://github.com/docmost/docmost.git
synced 2025-11-10 09:32:06 +10:00
Compare commits
1 Commits
collab-aut
...
fix/page-e
| Author | SHA1 | Date | |
|---|---|---|---|
| bc6e9b686b |
@ -244,7 +244,7 @@ export class PageRepo {
|
||||
'p.spaceId',
|
||||
'p.workspaceId',
|
||||
])
|
||||
.$if(opts?.includeContent, (qb) => qb.select('content'))
|
||||
.$if(opts?.includeContent, (qb) => qb.select('p.content'))
|
||||
.innerJoin('page_hierarchy as ph', 'p.parentPageId', 'ph.id'),
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user