Skip to content

Commit

Permalink
Remove auto_log_location_exclude from text field params.
Browse files Browse the repository at this point in the history
  • Loading branch information
euler-room committed Nov 5, 2024
1 parent 750245e commit 4dcf016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/app/controllers/launchers_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class LaunchersController < ApplicationController
:bc_num_slots, :bc_num_slots_fixed, :bc_num_slots_min, :bc_num_slots_max,
:bc_num_hours, :bc_num_hours_fixed, :bc_num_hours_min, :bc_num_hours_max,
:auto_job_name, :auto_job_name_fixed,
:auto_log_location, :auto_log_location_fixed, :auto_log_location_exclude
:auto_log_location, :auto_log_location_fixed
].freeze

def new
Expand Down

0 comments on commit 4dcf016

Please sign in to comment.