close the modal dialog when ChangeUrl is done
This commit is contained in:
parent
e03a441ded
commit
e51b5913b5
1 changed files with 1 additions and 8 deletions
|
|
@ -123,14 +123,7 @@ sub www_changeUrlSave {
|
|||
}
|
||||
}
|
||||
|
||||
if ($session->form->param("proceed") eq "manageAssets") {
|
||||
$session->http->setRedirect($asset->getManagerUrl);
|
||||
}
|
||||
else {
|
||||
$session->http->setRedirect($asset->getUrl());
|
||||
}
|
||||
|
||||
return undef;
|
||||
return '<script type="text/javascript">window.parent.admin.closeModalDialog();</script>';
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue