Merge pull request #9703 from prssanna/minimizable-workflow-dialog
fix: make bulk workflow status dialog minimizable
This commit is contained in:
commit
a26f76fa22
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue