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:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user