mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Extend BulkImportView._save_obj to pass request context
This commit is contained in:
@ -206,7 +206,7 @@ class SecretBulkImportView(BulkImportView):
|
||||
|
||||
master_key = None
|
||||
|
||||
def _save_obj(self, obj_form):
|
||||
def _save_obj(self, obj_form, request):
|
||||
"""
|
||||
Encrypt each object before saving it to the database.
|
||||
"""
|
||||
|
Reference in New Issue
Block a user