Merge "ui: fix 437, error in container aspect when children aren't in searchSession"

This commit is contained in:
Aaron Boodman 2014-05-06 02:30:48 +00:00 committed by Gerrit Code Review
commit 9c016905a5
1 changed files with 1 additions and 3 deletions

View File

@ -334,9 +334,7 @@ cam.IndexPage = React.createClass({
}, },
handleDetailURL_: function(blobref) { handleDetailURL_: function(blobref) {
var m = this.searchSession_.getMeta(blobref); return this.getDetailURL_(blobref);
var rm = this.searchSession_.getResolvedMeta(blobref);
return this.getDetailURL_(m.blobRef);
}, },
getDetailURL_: function(blobref) { getDetailURL_: function(blobref) {