Merge branch 'master' into fix-action-type-query

This commit is contained in:
Kiwi
2017-08-28 19:21:19 +02:00
committed by GitHub
3 changed files with 14 additions and 5 deletions
+3
View File
@@ -21,6 +21,9 @@ const Asset = {
query.parent_id = null;
}
// Include the asset id in the search.
query.asset_id = id;
return Comments.getByQuery(query);
},
commentCount({id, commentCount}, {tags}, {loaders: {Comments}}) {