diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index f84d18862..11eebbf42 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,5 +1,7 @@ 7.0.0 - Welcome to a whole new world of WebGUI. After 2.5 years and 20,000 hours of development, WebGUI 7 is finally here. + - Fixed a bug in the asset manager where you could be redirected to a wrong + page after using the delete, copy, cut, duplicate buttons. diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index 992f3a1b5..0c8d5720b 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -1212,7 +1212,7 @@ sub manageAssets { } if ($hasClips) { $output .= '
'.$i18n->get(1082).'' - .WebGUI::Form::formHeader($self->session) + .WebGUI::Form::formHeader($self->session, {action=>$self->getUrl}) .WebGUI::Form::hidden($self->session,{name=>"func",value=>"pasteList"}) .WebGUI::Form::checkbox($self->session,{extras=>'onclick="toggleClipboardSelectAll(this.form);"'}) .' '.$i18n->get("select all").'
' diff --git a/www/extras/assetManager/assetManager.js b/www/extras/assetManager/assetManager.js index b2bcc0e3a..c7f8c913a 100644 --- a/www/extras/assetManager/assetManager.js +++ b/www/extras/assetManager/assetManager.js @@ -119,7 +119,7 @@ function AssetManager_Write() { //added drag image document.write('
'); - document.write('
'); + document.write(''); document.write(''); document.write(''); for (var i=0; i