fixed SCRIPT_NAME with a session variable from $r->uri
This commit is contained in:
parent
dc66860d6f
commit
5ee8369c5e
9 changed files with 26 additions and 25 deletions
|
|
@ -666,7 +666,7 @@ sub view {
|
|||
} else {
|
||||
$sql .= "asset.lineage";
|
||||
}
|
||||
my $currentPageUrl = $session{env}{SCRIPT_NAME};
|
||||
my $currentPageUrl = $session{wguri};
|
||||
$currentPageUrl =~ s/^\///;
|
||||
$p->setDataByQuery($sql, undef, undef, undef, "url", $currentPageUrl);
|
||||
foreach my $dataSet (@{$p->getPageData()}) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue