Added support to select/deselect objects in the Backup dialog. #642

This commit is contained in:
Nikhil Mohite
2023-09-13 11:07:28 +05:30
committed by GitHub
parent 8c91d40932
commit aa973fc8ae
18 changed files with 715 additions and 34 deletions
@@ -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,