This commit is contained in:
meejah 2019-08-08 12:50:59 -06:00
parent c8ba9f7004
commit baa773588e

View File

@ -62,8 +62,7 @@ class DirectoryNodeHandler(RenderMixin, rend.Page, ReplaceMeMixin):
self.node = node
self.parentnode = parentnode
self.name = name
# probably better to just pass this in? can we?
# is it better to just pass in the 'webish' service / object as well?
self._operations = client.getServiceNamed("webish").getServiceNamed("operations")
def childFactory(self, ctx, name):