Skip to content

Commit

Permalink
Pass admin.navigate an assetId instead of an object.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Oct 2, 2011
1 parent 8317b31 commit ced7fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/extras/admin/admin.js
Expand Up @@ -2209,7 +2209,7 @@ WebGUI.Admin.Tree.prototype.onDataReturnInitializeTable
elCrumb.appendChild( elItem );

// TODO: Update current asset
window.admin.navigate( oResponse.meta.currentAsset );
window.admin.navigate( oResponse.meta.currentAsset.assetId );

// TODO Hide loading screen
};
Expand Down

0 comments on commit ced7fa3

Please sign in to comment.