1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #6846: Form-driven REST API calls should use brief mode

This commit is contained in:
jeremystretch
2021-07-29 14:50:30 -04:00
parent 22d160b1da
commit 744f47cb98
4 changed files with 6 additions and 5 deletions

View File

@ -162,8 +162,7 @@ class APISelect {
this.updatePathValues(filter);
}
// TODO: Re-enable this. Disabled because `_depth` field is missing from brief responses.
// this.queryParams.set('brief', true);
this.queryParams.set('brief', true);
this.queryParams.set('limit', 0);
this.updateQueryUrl();