mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure all messages are retained in the Query Tool from long running queries. Fixes #4730
This commit is contained in:
committed by
Dave Page
parent
6d7ff9444a
commit
1f6a0a87f6
@@ -40,7 +40,7 @@ export function callRenderAfterPoll(sqlEditor, alertify, res) {
|
||||
res.result += '\n\n' + msg;
|
||||
else
|
||||
res.result = msg;
|
||||
sqlEditor.update_msg_history(true, res.result, true);
|
||||
sqlEditor.update_msg_history(true, res.result, false);
|
||||
sqlEditor.reset_data_store();
|
||||
if (isNotificationEnabled(sqlEditor)) {
|
||||
alertify.success(msg, sqlEditor.info_notifier_timeout);
|
||||
|
||||
Reference in New Issue
Block a user