mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-11 05:24:45 -05:00
Added support to select/deselect objects in the Backup dialog. #642
This commit is contained in:
@@ -106,6 +106,7 @@ class StartRunningQuery:
|
||||
status = False
|
||||
result = gettext(
|
||||
'Either transaction object or session object not found.')
|
||||
|
||||
return make_json_response(
|
||||
data={
|
||||
'status': status, 'result': result,
|
||||
|
||||
Reference in New Issue
Block a user