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

Fixes #4710: Fix merging of form fields among custom scripts

This commit is contained in:
Jeremy Stretch
2020-06-15 14:20:00 -04:00
parent 5bcf85e57d
commit eaaaaec5a5
4 changed files with 12 additions and 20 deletions

View File

@@ -436,7 +436,6 @@ class ScriptView(PermissionRequiredMixin, View):
raise Http404
def get(self, request, module, name):
script = self._get_script(module, name)
form = script.as_form(initial=request.GET)