Skip to content

Commit

Permalink
Merge pull request #8980 from GilbertCherrie/fix_settings_no_tabs_error
Browse files Browse the repository at this point in the history
Fix my settings error screen
  • Loading branch information
DavidResende0 authored Nov 29, 2023
2 parents 6a258bc + 6effc1a commit a250f5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/controllers/configuration_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,11 @@ def set_form_vars
:key => 'config_edit__ui4',
}
show_timeprofiles
else
@edit = {
:current => {},
:key => '',
}
end
@edit[:new] = copy_hash(@edit[:current])
session[:edit] = @edit
Expand Down

0 comments on commit a250f5e

Please sign in to comment.