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