From 8dd97c0d437d64a09ef2527989cf8ee5aa8d0338 Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Mon, 7 Oct 2024 12:39:12 -0400 Subject: [PATCH] use a hidden_field for apps shared across clusters --- apps/dashboard/app/models/batch_connect/app.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dashboard/app/models/batch_connect/app.rb b/apps/dashboard/app/models/batch_connect/app.rb index 4d34285e3b..edca0aba69 100644 --- a/apps/dashboard/app/models/batch_connect/app.rb +++ b/apps/dashboard/app/models/batch_connect/app.rb @@ -472,8 +472,8 @@ def add_cluster_widget(attributes, attribute_list) } else { - value: clusters.first.id.to_s, - fixed: true + value: clusters.first.id.to_s, + widget: 'hidden_field' } end end