do not use cisroot for document download

This commit is contained in:
Harald Bamberger
2025-11-14 10:46:27 +01:00
parent 366d48b836
commit dbfa64a436
@@ -33,7 +33,7 @@ export default {
methods: {
printDokument(url, scope){
//TODO Manu(check if logic not in content (Zutrittkarte also in content folder))
let linkToPdf = this.cisRoot + 'content/' + url;
let linkToPdf = FHC_JS_DATA_STORAGE_OBJECT.app_root + 'content/' + url;
window.open(linkToPdf, '_blank');
}
},