mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05:00
committed by
Akshay Joshi
parent
5b12483416
commit
d5f537aae4
@@ -505,6 +505,8 @@ def poll(trans_id):
|
||||
|
||||
transaction_status = conn.transaction_status()
|
||||
data_obj['db_name'] = conn.db
|
||||
data_obj['db_id'] = trans_obj.did \
|
||||
if trans_obj is not None and hasattr(trans_obj, 'did') else 0
|
||||
|
||||
return make_json_response(
|
||||
data={
|
||||
|
||||
Reference in New Issue
Block a user