fix!: Disallow posiitonal args in update_document_title
This commit is contained in:
parent
91da5f0363
commit
c4c3d26b3d
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ if TYPE_CHECKING:
|
|||
|
||||
@frappe.whitelist()
|
||||
def update_document_title(
|
||||
*,
|
||||
doctype: str,
|
||||
docname: str,
|
||||
title: Optional[str] = None,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue