We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c94667 commit f9ee06cCopy full SHA for f9ee06c
src/data/store/relations.js
@@ -69,7 +69,7 @@ function buildRelationUrl(className, relation) {
69
let url = Urls.dataTableObjectRelation(className, relation.parentId, relation.columnName)
70
71
if (relation.whereClause) {
72
- url += '?' + Utils.toQueryParams({ where: relation.whereClause })
+ url += '?' + Utils.toQueryParams({ whereClause: relation.whereClause })
73
}
74
75
return url
0 commit comments