Skip to content

Commit

Permalink
Fixes #36591 - Fix the parameter value masking
Browse files Browse the repository at this point in the history
  • Loading branch information
girijaasoni authored and stejskalleos committed Aug 8, 2023
1 parent fb76d77 commit cc68b53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const deleteHost = (
};

export const updateHost = hostId => dispatch => {
const url = foremanUrl(`/api/hosts/${hostId}`);
const url = foremanUrl(`/api/hosts/${hostId}?show_hidden_parameters=true`);
dispatch(
APIActions.get({
url,
Expand Down

0 comments on commit cc68b53

Please sign in to comment.