mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Messages tab of query tool should be clear on subsequent execution of table/view using View/Edit Data. Fixes #3608
2) Clear drop-down menu should be disabled for View/Edit Data. Fixes #3609
This commit is contained in:
@@ -35,6 +35,7 @@ let queryToolActions = {
|
||||
this._clearMessageTab();
|
||||
sqlEditorController.execute();
|
||||
} else {
|
||||
this._clearMessageTab();
|
||||
sqlEditorController.execute_data_query();
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user