Skip to content

Commit 99144aa

Browse files
Update
1 parent f13231b commit 99144aa

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

_history

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
simulate_queue_worker
2+
simulate_queue_worker
3+
exit

app/controllers/ops_controller/settings/common.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ def settings_update
151151

152152
def settings_update_amazon_verify
153153
assert_privileges("ops_settings")
154-
154+
require 'byebug'
155+
byebug
155156
if params[:authentication][:amazon_secret].nil?
156157
server_config = MiqServer.find(@sb[:selected_server_id]).settings
157158
params[:authentication][:amazon_secret] = server_config[:authentication][:amazon_secret]

app/javascript/components/authentication-form/authentication.schema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const createSchema = (amazonEdit, editMode, setState, key, setKey) => {
6363
label: __('Secret Key'),
6464
maxLength: 50,
6565
edit: amazonEdit,
66-
onChange: (test) => { console.log(test); },
66+
// onChange: (test) => { console.log(test); },
6767
validate: [{ type: validatorTypes.REQUIRED }],
6868
isRequired: true,
6969
},

0 commit comments

Comments
 (0)