Commit 98620dc3 authored by Romain Courteaud's avatar Romain Courteaud

bang has been migrated

parent 2b21d01e
...@@ -75,7 +75,7 @@ def SoftwareInstance_bangAsSelf(self, relative_url=None, reference=None, ...@@ -75,7 +75,7 @@ def SoftwareInstance_bangAsSelf(self, relative_url=None, reference=None,
newSecurityManager(None, self.getPortalObject().acl_users.getUserById( newSecurityManager(None, self.getPortalObject().acl_users.getUserById(
reference)) reference))
try: try:
software_instance.reportComputerPartitionBang(comment=comment) software_instance.bang(bang_tree=True, comment=comment)
finally: finally:
# Restore the original user. # Restore the original user.
setSecurityManager(sm) setSecurityManager(sm)
......
429 430
\ No newline at end of file \ No newline at end of file
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