Better integration of Fork into AssetHelpers, fork startup
This commit is contained in:
parent
bb8753cd2a
commit
a4edea1e3c
12 changed files with 162 additions and 160 deletions
|
|
@ -354,7 +354,8 @@ WebGUI.Admin.prototype.addPasteHandler
|
|||
*/
|
||||
WebGUI.Admin.prototype.pasteAsset
|
||||
= function ( id ) {
|
||||
var url = appendToUrl( this.currentAssetDef.url, 'func=paste;assetId=' + id );
|
||||
var url = appendToUrl( this.currentAssetDef.url, 'func=pasteList&assetId=' + id );
|
||||
console.log(url);
|
||||
this.gotoAsset( url );
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue