Explorar el Código

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

jeremystretch hace 4 años
padre
commit
744f47cb98

+ 2 - 0
docs/release-notes/version-3.0.md

@@ -5,6 +5,8 @@
 ### Bug Fixes
 
 * [#6811](https://github.com/netbox-community/netbox/issues/6811) - Fix exception when editing users
+* [#6827](https://github.com/netbox-community/netbox/issues/6827) - Fix circuit termination connection dropdown
+* [#6846](https://github.com/netbox-community/netbox/issues/6846) - Form-driven REST API calls should use brief mode
 
 ---
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
netbox/project-static/dist/netbox.js


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
netbox/project-static/dist/netbox.js.map


+ 1 - 2
netbox/project-static/src/select/api.ts

@@ -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();
 

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio