diff --git a/docs/en_US/release_notes_6_12.rst b/docs/en_US/release_notes_6_12.rst index 3093a7c22..9259a24b0 100644 --- a/docs/en_US/release_notes_6_12.rst +++ b/docs/en_US/release_notes_6_12.rst @@ -25,6 +25,7 @@ Bug fixes | `Issue #7471 `_ - Ensure that the splash screen can be moved. | `Issue #7508 `_ - Fixed an issue where comments on indexes are not displayed. + | `Issue #7512 `_ - Ensure that notices should not disappear from the messages tab. | `Issue #7517 `_ - Enable the start debugging button once execution is completed. | `Issue #7518 `_ - Ensure that dashboard graph API is not called after the panel has been closed. | `Issue #7519 `_ - Ensure that geometry should be shown for all the selected cells. diff --git a/web/pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx b/web/pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx index 92f1cd05d..808d3d926 100644 --- a/web/pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx +++ b/web/pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx @@ -635,7 +635,7 @@ export class ResultSetUtils { if(!_.isNull(httpMessage.data.data.additional_messages)){ tabMsg = httpMessage.data.data.additional_messages + '\n' + tabMsg; } - this.eventBus.fireEvent(QUERY_TOOL_EVENTS.SET_MESSAGE, tabMsg); + this.eventBus.fireEvent(QUERY_TOOL_EVENTS.SET_MESSAGE, tabMsg, true); this.setClientPK(httpMessage.data.data.client_primary_key); let {result} = httpMessage.data.data; let data = {