Commit 8b4b1dc9 authored by Łukasz Nowak's avatar Łukasz Nowak

Force local roles update.

parent 14d7f9b1
......@@ -233,6 +233,9 @@ def SlapDocument_migrateSlapState(self):
else:
if not(slap_document.getValidationState() == 'validated'):
raise ValueError('%s != %s' % (slap_document.getValidationState(), 'validated'))
# Update Local Roles
slap_document.updateLocalRolesOnSecurityGroups()
def SalePackingListLine_deliver(self):
portal = self.getPortalObject()
......
103
\ No newline at end of file
104
\ 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