mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
#8366: name scheduled_time to scheduled for consistency with other fields
This commit is contained in:
@@ -673,7 +673,6 @@ class ReportView(ContentTypePermissionRequiredMixin, View):
|
||||
if report is None:
|
||||
raise Http404
|
||||
|
||||
schedule_at = None
|
||||
form = ReportForm(request.POST)
|
||||
|
||||
if form.is_valid():
|
||||
|
Reference in New Issue
Block a user