diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index 110fe0fbf5..2ba0816f48 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -875,12 +875,12 @@ editMetadata: function (itemId) { - //Dashboard.navigate('edititemmetadata.html?id=' + itemId); - //return; - require(['components/metadataeditor/metadataeditor'], function (metadataeditor) { + Dashboard.navigate('edititemmetadata.html?id=' + itemId); - metadataeditor.show(itemId); - }); + //require(['components/metadataeditor/metadataeditor'], function (metadataeditor) { + + // metadataeditor.show(itemId); + //}); }, showMoreCommands: function (positionTo, itemId, commands) {