Skip to content

Commit 7b68672

Browse files
committed
Add URL Prefix to GenerateLink
1 parent d108af2 commit 7b68672

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

PivotSubscriptions/Utils.cls

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ ClassMethod GenerateLink(ByRef pLink As %String = "") As %Status
6666
Set pLink=pLink_":"_p
6767
}
6868
}
69+
70+
If $Get(up)'="" {
71+
Set pLink=pLink_"/"_up
72+
}
6973

7074
Quit tSC
7175
}

0 commit comments

Comments
 (0)