mirror of https://github.com/perkeep/perkeep.git
Merge "ui: fix 437, error in container aspect when children aren't in searchSession"
This commit is contained in:
commit
9c016905a5
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue