Commit 6cccd02e authored by Łukasz Nowak's avatar Łukasz Nowak

Partition role definition changed.

parent db2311b8
...@@ -252,3 +252,5 @@ def SalePackingListLine_deliver(self): ...@@ -252,3 +252,5 @@ def SalePackingListLine_deliver(self):
def Computer_updateLocalRoles(self): def Computer_updateLocalRoles(self):
self.updateLocalRolesOnSecurityGroups(reindex=False) self.updateLocalRolesOnSecurityGroups(reindex=False)
for partition in self.contentValues(portal_type='Computer Partition'):
partition.updateLocalRolesOnSecurityGroups(reindex=False)
110 111
\ 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