fixed: after editting assets from the asset manager, it returns to site instead of manager
This commit is contained in:
parent
0f41a4916a
commit
2158d13b45
3 changed files with 3 additions and 2 deletions
|
|
@ -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' )
|
||||
;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue