Commit 04a3e2bd authored by Romain Courteaud's avatar Romain Courteaud

Typo

parent 2f4df0d2
...@@ -220,7 +220,6 @@ class SlapTool(BaseTool): ...@@ -220,7 +220,6 @@ class SlapTool(BaseTool):
self.activate(activity='SQLQueue', tag=tag)._fillComputerInformationCache( self.activate(activity='SQLQueue', tag=tag)._fillComputerInformationCache(
computer_id, user, full) computer_id, user, full)
@UnrestrictedMethod
def _getComputerInformation(self, computer_id, user, full): def _getComputerInformation(self, computer_id, user, full):
user_document = _assertACI(self.getPortalObject().portal_catalog.unrestrictedGetResultValue( user_document = _assertACI(self.getPortalObject().portal_catalog.unrestrictedGetResultValue(
reference=user, portal_type=['Person', 'Computer', 'Software Instance'])) reference=user, portal_type=['Person', 'Computer', 'Software Instance']))
......
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