We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e82ca commit fe3d2e7Copy full SHA for fe3d2e7
web/app/components/document/sidebar/header.ts
@@ -23,7 +23,7 @@ export default class DocumentSidebarHeaderComponent extends Component<DocumentSi
23
protected get url() {
24
const shortLinkBaseURL = this.configSvc.config.short_link_base_url;
25
return shortLinkBaseURL
26
- ? `${shortLinkBaseURL + this.args.document.docType.toLowerCase()}/${
+ ? `/${shortLinkBaseURL + this.args.document.docType.toLowerCase()}/${
27
this.args.document.docNumber
28
}`
29
: window.location.href;
0 commit comments