fixed: after editting assets from the asset manager, it returns to site instead of manager

This commit is contained in:
Graham Knop 2008-08-27 15:09:35 +00:00
parent 0f41a4916a
commit 2158d13b45
3 changed files with 3 additions and 2 deletions

View file

@ -762,7 +762,7 @@ sub www_search {
if ( !$asset->lockedBy || $asset->canEditIfLocked ) {
$fields{ editLink }
= sprintf '<a href="%s">' . $i18n->get( "edit" ) . '</a>',
$asset->getUrl( 'func=edit' )
$asset->getUrl( 'func=edit;proceed=manageAssets' )
;
}