2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

Show child builds

This commit is contained in:
Oliver Walters
2021-02-22 22:35:54 +11:00
parent c1dd5b1ca1
commit 58863b1924
3 changed files with 25 additions and 2 deletions

View File

@ -618,7 +618,9 @@ function loadBuildTable(table, options) {
filters[key] = params[key];
}
setupFilterList("build", table);
var filterTarget = options.filterTarget || null;
setupFilterList("build", table, filterTarget);
$(table).inventreeTable({
method: 'get',