fixing a layout (and other) proceed bugs.
This commit is contained in:
parent
83df234e88
commit
58aa7c3f5b
1 changed files with 4 additions and 0 deletions
|
|
@ -1442,6 +1442,10 @@ sub www_editSave {
|
|||
$session{asset} = $object->getParent;
|
||||
return $session{asset}->www_manageAssets;
|
||||
}
|
||||
if ($session{form}{proceed} eq "viewParent") {
|
||||
$session{asset} = $object->getParent;
|
||||
return $session{asset}->www_view;
|
||||
}
|
||||
if ($session{form}{proceed} ne "") {
|
||||
my $method = "www_".$session{form}{proceed};
|
||||
$session{asset} = $object;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue