Skip to content
Snippets Groups Projects
Commit 826f8362f2bc authored by sylvain thenault's avatar sylvain thenault
Browse files

missing paren

parent 51c87ebee81c
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
uicfg.primaryview_section.tag_subject_of(('BlogEntry', 'entry_of', '*'),
'relations')
uicfg.actionbox_appearsin_addmenu.tag_object_of('*', 'entry_of', 'Blog')
uicfg.actionbox_appearsin_addmenu.tag_object_of(('*', 'entry_of', 'Blog'), True)
class BlogPrimaryView(primary.PrimaryView):
__select__ = implements('Blog')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment