mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-27 20:01:47 +01:00
Fixes #6846: Form-driven REST API calls should use brief mode
This commit is contained in:
2
netbox/project-static/dist/netbox.js
vendored
2
netbox/project-static/dist/netbox.js
vendored
File diff suppressed because one or more lines are too long
4
netbox/project-static/dist/netbox.js.map
vendored
4
netbox/project-static/dist/netbox.js.map
vendored
File diff suppressed because one or more lines are too long
@@ -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