Commit e5f5bc0e authored by Jérome Perrin's avatar Jérome Perrin

actions must be a tuple


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20154 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a194542e
......@@ -72,7 +72,7 @@ class XMLObject( Folder ):
, 'category' : 'object_view'
, 'action' : 'XMLObject_view'
, 'permissions' : ( Permissions.View, )
}
},
)
}
......
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