From 7afc1b19bd29aec3af03ce1b2233bf19e9ad9cbc Mon Sep 17 00:00:00 2001
From: Janis Streib <me@janis-streib.de>
Date: Tue, 1 Sep 2020 19:04:50 +0200
Subject: [PATCH] ADD: do_refresh_wpa_key as non-optional in macauth

---
 frontend/src/views/macauth/MACAuth.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/src/views/macauth/MACAuth.vue b/frontend/src/views/macauth/MACAuth.vue
index 67bd906cd..37ea89b26 100644
--- a/frontend/src/views/macauth/MACAuth.vue
+++ b/frontend/src/views/macauth/MACAuth.vue
@@ -102,7 +102,7 @@
       </template>
       <DBEditor object_fq_name="macauth.client" :object_function="db_editor_object_function"
                 modal_id="dbeditor_macauth" :old_data="db_editor_old_data" :presets="db_editor_presets"
-                :non_optionals_order="['bcd_name', 'mac_addr', 'description']"
+                :non_optionals_order="['bcd_name', 'mac_addr', 'description', 'do_refresh_wpa_key']"
                 :object_title="db_editor_object_title"
       ></DBEditor>
     </Loading>
-- 
GitLab