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") {
|
return '<script type="text/javascript">window.parent.admin.closeModalDialog();</script>';
|
||||||
$session->http->setRedirect($asset->getManagerUrl);
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
$session->http->setRedirect($asset->getUrl());
|
|
||||||
}
|
|
||||||
|
|
||||||
return undef;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue