Skip to content
Snippets Groups Projects
Commit e4240c1f authored by Hollow Man's avatar Hollow Man Committed by Neal Gompa (ニール・ゴンパ)
Browse files

build transaction in history_undo

parent 757977b8
No related branches found
No related tags found
No related merge requests found
......@@ -716,6 +716,8 @@ class DnfDaemonBase(dbus.service.Object, DownloadCallback):
else:
result = (True, ['Undoing transaction %u' % (old.tid,)])
value = json.dumps(result)
if(result[0]):
value = self.build_transaction()
return value
def get_history_transaction_pkgs(self, tid):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment