diff --git a/awx/ui/client/src/shared/socket/socket.service.js b/awx/ui/client/src/shared/socket/socket.service.js index 24c7ec0234..9ad9180d35 100644 --- a/awx/ui/client/src/shared/socket/socket.service.js +++ b/awx/ui/client/src/shared/socket/socket.service.js @@ -104,7 +104,12 @@ export default $rootScope.$broadcast('ws-approval'); } - if(!window.liveUpdates && data.group_name !== "control" && $state.current.name !== "output"){ + if ( + !window.liveUpdates && + data.group_name !== "control" && + $state.current.name !== "output" && + !$state.current.name.includes('settings') + ) { $log.debug('Message from server dropped: ' + e.data); needsRefreshAfterBlur = true; return;