Skip to content

Commit

Permalink
missing reference for status (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitej6 authored Feb 9, 2024
1 parent 54d2829 commit ec8ffeb
Showing 1 changed file with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,22 @@
setupFieldListeners(hideFormData)

function formatJobData(data) {
var arrayFields = ["feature", "device_type", "tenant_group", "tenant","location", "rack_group","rack","role","manufacturer","platform","device_type","device","tags"]
var arrayFields = [
"feature",
"device_type",
"tenant_group",
"tenant",
"location",
"rack_group",
"rack",
"role",
"manufacturer",
"platform",
"device_type",
"device",
"tags",
"status"
]
var form_data = formDataToDictionary(data, arrayFields);
delete form_data.csrfmiddlewaretoken;
delete form_data.q;
Expand Down

0 comments on commit ec8ffeb

Please sign in to comment.