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

Remove brief_mode parameter from DynamicModelChoiceMixin

This commit is contained in:
Jeremy Stretch
2021-03-30 21:34:50 -04:00
parent b91e5763e2
commit a292ff5cc0
2 changed files with 1 additions and 10 deletions

View File

@@ -160,9 +160,6 @@ $(document).ready(function() {
offset: offset,
};
// Allow for controlling the brief setting from within APISelect
parameters.brief = ( $(element).is('[data-full]') ? undefined : true );
// Attach any extra query parameters
$.each(element.attributes, function(index, attr){
if (attr.name.includes("data-query-param-")){