Commit b7677ac0 authored by Łukasz Nowak's avatar Łukasz Nowak

Allow for optional explanation.

Business Link method accepts None, so allow to call global build on Business
Process itself.
parent c5ba8444
......@@ -835,7 +835,7 @@ class BusinessProcess(Path, XMLObject):
return not not self.getPartiallyBuildableBusinessLinkValueList(explanation)
security.declareProtected(Permissions.AccessContentsInformation, 'build')
def build(self, explanation):
def build(self, explanation=None):
"""
Build whatever is buildable
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment