add helpful message to copy
This commit is contained in:
parent
105b368b1e
commit
04334685aa
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ sub www_copy {
|
|||
if ( $result eq 'redirect' ) {
|
||||
return $asset->getUrl;
|
||||
}
|
||||
return;
|
||||
return { message => 'Your asset is now copied!' };
|
||||
},
|
||||
wrap => {
|
||||
'WebGUI::Asset::duplicate' => sub {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue