remove obsolete line
This commit is contained in:
parent
7d2a66b3c3
commit
f264a9974d
1 changed files with 0 additions and 1 deletions
|
@ -564,7 +564,6 @@ class NodeView(BaseView):
|
|||
actions = dict(portlet=getPortletActions)
|
||||
|
||||
def checkAction(self, name, category, target):
|
||||
#if name in ('create_resource',) and target is not None:
|
||||
if target is not None:
|
||||
return target.checkAction(name, category, target)
|
||||
return super(NodeView, self).checkAction(name, category, target)
|
||||
|
|
Loading…
Add table
Reference in a new issue