Merge pull request #9703 from prssanna/minimizable-workflow-dialog

fix: make bulk workflow status dialog minimizable
This commit is contained in:
mergify[bot] 2020-03-16 11:43:16 +00:00 committed by GitHub
commit a26f76fa22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -250,7 +250,7 @@ def print_workflow_log(messages, title, doctype, indicator):
html = "<div>{0}</div>".format(doc)
msg += html
frappe.msgprint(msg, title=_("Workflow Status"), indicator=indicator)
frappe.msgprint(msg, title=_("Workflow Status"), indicator=indicator, is_minimizable=True)
@frappe.whitelist()
def get_common_transition_actions(docs, doctype):