mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
Closes #10920: Include request cookies when queuing a custom script
This commit is contained in:
parent
44c248e6c2
commit
540bba4544
@ -410,6 +410,7 @@ def copy_safe_request(request):
|
||||
}
|
||||
return NetBoxFakeRequest({
|
||||
'META': meta,
|
||||
'COOKIES': request.COOKIES,
|
||||
'POST': request.POST,
|
||||
'GET': request.GET,
|
||||
'FILES': request.FILES,
|
||||
|
Loading…
Reference in New Issue
Block a user