Compare commits

...

4 Commits

Author SHA1 Message Date
Taran Vohra 87c03042c3 Merge branch 'main' into taran/rnd-6111-can-not-export-pdf-from-within-a-cr 2025-02-19 15:03:51 +05:30
taranvohra d238070d96 undo console log 2025-02-18 16:49:36 +05:30
taranvohra c37fce6518 changeset 2025-02-18 16:49:06 +05:30
taranvohra 60e14111b8 Fix export pdf from within a change request 2025-02-18 16:48:31 +05:30
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'gitbook': patch
---
Fix export PDF from within a change request
+2 -2
View File
@@ -528,8 +528,8 @@ async function lookupSiteOrSpaceInMultiIdMode(
}
// Extract the change request or revision ID from the path
const changeRequestId = eatPathId('~', 'changes');
const revisionId = eatPathId('~', 'revisions');
const changeRequestId = eatPathId('~changes');
const revisionId = eatPathId('~revisions');
// Get the auth token from the URL query
const AUTH_TOKEN_QUERY = 'token';