- fix [ 1177447 ] deployPackage does not retain content pos. for dupl. layouts
This commit is contained in:
parent
059ef037aa
commit
6ed1a66b66
2 changed files with 9 additions and 3 deletions
|
|
@ -67,10 +67,8 @@ sub _formatFunction {
|
|||
my $url;
|
||||
if (exists $function->{func}) {
|
||||
$url = WebGUI::URL::page("func=".$function->{func});
|
||||
$url = '#' if $session{form}{func} eq $function->{func};
|
||||
} else {
|
||||
$url = WebGUI::URL::page("op=".$function->{op});
|
||||
$url = '#' if $session{form}{op} eq $function->{op};
|
||||
}
|
||||
return {
|
||||
title=>WebGUI::International::get($function->{title}{id}, $function->{title}{namespace}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue