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

Fix return URL when editing a service

This commit is contained in:
Jeremy Stretch
2020-09-21 13:34:39 -04:00
parent e77f1bdd85
commit b85990daa6
2 changed files with 1 additions and 4 deletions

View File

@@ -843,9 +843,6 @@ class ServiceEditView(ObjectEditView):
)
return obj
def get_return_url(self, request, service):
return service.parent.get_absolute_url()
class ServiceBulkImportView(BulkImportView):
queryset = Service.objects.all()