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

Revert "Allow for optional explanation."

This reverts commit b7677ac0.

More analysis have to be done before changing implementation.
parent b7677ac0
......@@ -835,7 +835,7 @@ class BusinessProcess(Path, XMLObject):
return not not self.getPartiallyBuildableBusinessLinkValueList(explanation)
security.declareProtected(Permissions.AccessContentsInformation, 'build')
def build(self, explanation=None):
def build(self, explanation):
"""
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